Interface protos.google.storagetransfer.v1.IObjectConditions (1.0.1)

Properties of an ObjectConditions.

Package

@google-cloud/storage-transfer!

Properties

excludePrefixes

excludePrefixes?: (string[]|null);

ObjectConditions excludePrefixes

Property Value
TypeDescription
(string[]|null)

includePrefixes

includePrefixes?: (string[]|null);

ObjectConditions includePrefixes

Property Value
TypeDescription
(string[]|null)

lastModifiedBefore

lastModifiedBefore?: (google.protobuf.ITimestamp|null);

ObjectConditions lastModifiedBefore

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

lastModifiedSince

lastModifiedSince?: (google.protobuf.ITimestamp|null);

ObjectConditions lastModifiedSince

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

maxTimeElapsedSinceLastModification

maxTimeElapsedSinceLastModification?: (google.protobuf.IDuration|null);

ObjectConditions maxTimeElapsedSinceLastModification

Property Value
TypeDescription
(google.protobuf.IDuration|null)

minTimeElapsedSinceLastModification

minTimeElapsedSinceLastModification?: (google.protobuf.IDuration|null);

ObjectConditions minTimeElapsedSinceLastModification

Property Value
TypeDescription
(google.protobuf.IDuration|null)