TransferJobTransferSpecObjectConditions

data class TransferJobTransferSpecObjectConditions(val excludePrefixes: List<String>? = null, val includePrefixes: List<String>? = null, val maxTimeElapsedSinceLastModification: String? = null, val minTimeElapsedSinceLastModification: String? = null)

Constructors

Link copied to clipboard
fun TransferJobTransferSpecObjectConditions(excludePrefixes: List<String>? = null, includePrefixes: List<String>? = null, maxTimeElapsedSinceLastModification: String? = null, minTimeElapsedSinceLastModification: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

exclude_prefixes must follow the requirements described for include_prefixes. See Requirements.

Link copied to clipboard

If include_prefixes is specified, objects that satisfy the object conditions must have names that start with one of the include_prefixes and that do not start with any of the exclude_prefixes. If include_prefixes is not specified, all objects except those that have names starting with one of the exclude_prefixes must satisfy the object conditions. See Requirements.

Link copied to clipboard

A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Link copied to clipboard

A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".