Module: Google::Cloud::StorageTransfer::V1::MetadataOptions::TimeCreated
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
Options for handling timeCreated metadata for Google Cloud Storage
objects.
Constant Summary collapse
- TIME_CREATED_UNSPECIFIED =
TimeCreated behavior is unspecified.
0- TIME_CREATED_SKIP =
Do not preserve the
timeCreatedmetadata from the source object. 1- TIME_CREATED_PRESERVE_AS_CUSTOM_TIME =
Preserves the source object's
timeCreatedorlastModifiedmetadata in thecustomTimefield in the destination object. Note that any value stored in the source object'scustomTimefield will not be propagated to the destination object. 2