Aracılığıyla paylaş


LastAccessTimeTrackingPolicy.BlobType Property

Definition

Gets or sets an array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only

[Newtonsoft.Json.JsonProperty(PropertyName="blobType")]
public System.Collections.Generic.IList<string> BlobType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="blobType")>]
member this.BlobType : System.Collections.Generic.IList<string> with get, set
Public Property BlobType As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to