CopyDirectoryOptionsBlobType Property |
Gets or sets type of destination blob. This option takes effect only when copying from non Azure
blob storage to Azure blob storage. If blob type is not specified, BlockBlob is used.
Namespace:
Microsoft.Azure.Storage.DataMovement
Assembly:
Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax public BlobType BlobType { get; set; }
Public Property BlobType As BlobType
Get
Set
public:
property BlobType BlobType {
BlobType get ();
void set (BlobType value);
}
member BlobType : BlobType with get, set
Property Value
Type:
BlobTypeSee Also