Storage Transfer v1 API - Enum MetadataOptions.Types.TimeCreated (2.5.0)

public enum MetadataOptions.Types.TimeCreated

Reference documentation and code samples for the Storage Transfer v1 API enum MetadataOptions.Types.TimeCreated.

Options for handling timeCreated metadata for Google Cloud Storage objects.

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

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.