| UploadDirectoryOptionsBlobType Property  | 
 
            Gets or sets type of destination blob. This option takes effect only when uploading 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
Syntaxpublic 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: 
BlobType See Also
See Also