Show / Hide Table of Contents

Class RapidCacheConfig

Configuration options for the rapid cache of a managed folder.

Inheritance
object
RapidCacheConfig
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX