Cloud Storage v2 API - Class ManagedFolder.Types.RapidCacheConfig (1.9.0)

public sealed class ManagedFolder.Types.RapidCacheConfig : IMessage<ManagedFolder.Types.RapidCacheConfig>, IEquatable<ManagedFolder.Types.RapidCacheConfig>, IDeepCloneable<ManagedFolder.Types.RapidCacheConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Storage v2 API class ManagedFolder.Types.RapidCacheConfig.

Rapid Cache configuration for a managed prefix. This configuration is used to determine how the rapid cache behaves for objects under the managed folder.

Inheritance

object > ManagedFolder.Types.RapidCacheConfig

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

RapidCacheConfig()

public RapidCacheConfig()

RapidCacheConfig(RapidCacheConfig)

public RapidCacheConfig(ManagedFolder.Types.RapidCacheConfig other)
Parameter
Name Description
other ManagedFolderTypesRapidCacheConfig

Properties

Policies

public MapField<string, ManagedFolder.Types.RapidCacheConfig.Types.RapidCachePolicy> Policies { get; }

Optional. A map of rapid_cache_id to RapidCachePolicy for this prefix. Currently, the key rapid_cache_id is the zone. However, the field is generalized as rapid_cache_id to align the policy lifetime with the cache instance lifetime. This allows for a future transition from zone to a cache id if required.

Property Value
Type Description
MapFieldstringManagedFolderTypesRapidCacheConfigTypesRapidCachePolicy