Properties of an ObjectConditions.
Package
@google-cloud/storage-transfer!Properties
excludePrefixes
excludePrefixes?: (string[]|null);
ObjectConditions excludePrefixes
Type | Description |
(string[]|null) |
includePrefixes
includePrefixes?: (string[]|null);
ObjectConditions includePrefixes
Type | Description |
(string[]|null) |
lastModifiedBefore
lastModifiedBefore?: (google.protobuf.ITimestamp|null);
ObjectConditions lastModifiedBefore
Type | Description |
(google.protobuf.ITimestamp|null) |
lastModifiedSince
lastModifiedSince?: (google.protobuf.ITimestamp|null);
ObjectConditions lastModifiedSince
Type | Description |
(google.protobuf.ITimestamp|null) |
maxTimeElapsedSinceLastModification
maxTimeElapsedSinceLastModification?: (google.protobuf.IDuration|null);
ObjectConditions maxTimeElapsedSinceLastModification
Type | Description |
(google.protobuf.IDuration|null) |
minTimeElapsedSinceLastModification
minTimeElapsedSinceLastModification?: (google.protobuf.IDuration|null);
ObjectConditions minTimeElapsedSinceLastModification
Type | Description |
(google.protobuf.IDuration|null) |