Enum MetadataOptions.Types.TimeCreated (1.2.0)

See more code actions.
public enum TimeCreated

Options for handling timeCreated metadata for Google Cloud Storage objects.

Google.Cloud.StorageTransfer.V1

Google.Cloud.StorageTransfer.V1.dll

Fields

NameDescription
PreserveAsCustomTime

Preserves the source object's timeCreated metadata in the customTime field in the destination object. Note that any value stored in the source object's customTime field will not be propagated to the destination object.

Skip

Do not preserve the timeCreated metadata from the source object.

Unspecified

TimeCreated behavior is unspecified.