Class RapidCachePolicy
The rapid cache policy configuration for a managed folder.
Implements
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class RapidCachePolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IngestOnWrite
The ingest-on-write policy for objects in the managed folder. When set to enabled, objects are
automatically ingested into the cache when they are written to the managed folder.
Declaration
[JsonProperty("ingestOnWrite")]
public virtual string IngestOnWrite { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RapidCacheId
The unique identifier of the rapid cache.
Declaration
[JsonProperty("rapidCacheId")]
public virtual string RapidCacheId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |