Show / Hide Table of Contents

Class TransferJobTransferSpecTransferOptions

Inheritance
System.Object
TransferJobTransferSpecTransferOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Storage.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TransferJobTransferSpecTransferOptions

Fields

View Source

DeleteObjectsFromSourceAfterTransfer

Whether objects should be deleted from the source after they are transferred to the sink. Note that this option and delete_objects_unique_in_sink are mutually exclusive.

Declaration
public readonly bool? DeleteObjectsFromSourceAfterTransfer
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DeleteObjectsUniqueInSink

Whether objects that exist only in the sink should be deleted. Note that this option and delete_objects_from_source_after_transfer are mutually exclusive.

Declaration
public readonly bool? DeleteObjectsUniqueInSink
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

OverwriteObjectsAlreadyExistingInSink

Whether overwriting objects that already exist in the sink is allowed.

Declaration
public readonly bool? OverwriteObjectsAlreadyExistingInSink
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.