Skip to main content
Skip table of contents

LIST IS TRUNCATED

Versionshinweise

24.5, 24.4.1, 24.3.4, 24.2.7

Code

GROOVY
String AwsS3Constants.LIST_IS_TRUNCATED

Beschreibung

Schlüssel für den Zugriff auf das "Truncated-Flag" (boolean) innerhalb einer Listenoperation, welches anzeigt, ob alle Ergebnisse zurückgegeben wurden, die den Suchkriterien entsprechen.

Beispiele

GROOVY
Map<String, Object> response = AwsS3Utils.listObjects(awsS3config, "subPath");

if (response.get(AwsS3Constants.LIST_IS_TRUNCATED)) {
  // Query exceeded possible result amount
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.