BlobProperties.CacheControl Property

Definition

Gets or sets the cache-control value stored for the blob.

public string CacheControl { get; set; }
member this.CacheControl : string with get, set
Public Property CacheControl As String

Property Value

A string containing the blob's cache-control value.

Applies to