Share via


AzureContainerInfo.DataFormat Property

Definition

Gets or sets storage format used for the file represented by the share. Possible values include: 'BlockBlob', 'PageBlob', 'AzureFile'

[Newtonsoft.Json.JsonProperty(PropertyName="dataFormat")]
public string DataFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataFormat")>]
member this.DataFormat : string with get, set
Public Property DataFormat As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to