Show / Hide Table of Contents

Class RapidCachePolicy

The rapid cache policy configuration for a managed folder.

Inheritance
object
RapidCachePolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX