Class BackendBucketCdnPolicyCacheKeyPolicy
Message containing what to include in the cache key for a request for Cloud CDN.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class BackendBucketCdnPolicyCacheKeyPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeHttpHeaders
Allows HTTP request headers (by name) to be used in the cache key.
Declaration
[JsonProperty("includeHttpHeaders")]
public virtual IList<string> IncludeHttpHeaders { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
QueryStringWhitelist
Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
Declaration
[JsonProperty("queryStringWhitelist")]
public virtual IList<string> QueryStringWhitelist { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |