JobManifestGeneratorFilter

The filter used to describe a set of objects for the job's manifest.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If provided, the generated manifest includes only source bucket objects that were created after this time.

Link copied to clipboard

If provided, the generated manifest includes only source bucket objects that were created before this time.

Link copied to clipboard

Include objects in the generated manifest only if they are eligible for replication according to the Replication configuration on the source bucket.

Link copied to clipboard

If provided, the generated manifest includes only source bucket objects whose object keys match the string constraints specified for MatchAnyPrefix, MatchAnySuffix, and MatchAnySubstring.

Link copied to clipboard

If provided, the generated manifest includes only source bucket objects that are stored with the specified storage class.

Link copied to clipboard

If provided, the generated manifest includes only source bucket objects that have one of the specified Replication statuses.

Link copied to clipboard

If provided, the generated manifest includes only source bucket objects whose file size is greater than the specified number of bytes.

Link copied to clipboard

If provided, the generated manifest includes only source bucket objects whose file size is less than the specified number of bytes.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String