ObjectMetadataCacheControl Property |
获取或设置Cache-Control请求头,表示用户指定的HTTP请求/回复链的缓存行为。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic string CacheControl { get; set; }
Public Property CacheControl As String
Get
Set
public:
property String^ CacheControl {
String^ get ();
void set (String^ value);
}
member CacheControl : string with get, set
Property Value
Type:
String
See Also