Class RapidCacheConfig
Configuration options for the rapid cache of a managed folder.
Implements
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class RapidCacheConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Policies
A map of rapid cache IDs to the corresponding RapidCachePolicy configurations for a managed folder.
Declaration
[JsonProperty("policies")]
public virtual IDictionary<string, RapidCachePolicy> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, RapidCachePolicy> |