DataTransferProperty<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET