DataTransferProperty<T> Class

Definition

Represents a property on the storage resource.

public class DataTransferProperty<T> : Azure.Storage.DataMovement.DataTransferProperty
type DataTransferProperty<'T> = class
    inherit DataTransferProperty
Public Class DataTransferProperty(Of T)
Inherits DataTransferProperty

Type Parameters

T

The property of the storage resource

Inheritance
DataTransferProperty<T>

Constructors

DataTransferProperty<T>(Boolean)

Constructs DataTransferProperty to preserves the respective property.

DataTransferProperty<T>(T)

Constructor for DataTransferProperty to set value on the destination. This will overwrite the property on the destination with the parameter value.

Properties

Preserve

Defines whether the preserve the property on the storage resource. True to preserve, false to not.

(Inherited from DataTransferProperty)
Value

Represents the value of the DataTransferProperty.

Applies to