BlobProperties.CacheControl Property
Gets or sets the cache-control value stored for the blob.
Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
/** @property */ /** @attribute CompilerGeneratedAttribute() */ public String get_CacheControl () /** @property */ /** @attribute CompilerGeneratedAttribute() */ public void set_CacheControl (String value)
CompilerGeneratedAttribute public function get CacheControl () : String CompilerGeneratedAttribute public function set CacheControl (value : String)
Property Value
The blob's cache-control value.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008Target Platforms