public sealed class CreateRapidCacheRequest : IMessage<CreateRapidCacheRequest>, IEquatable<CreateRapidCacheRequest>, IDeepCloneable<CreateRapidCacheRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Storage v2 API class CreateRapidCacheRequest.
Request message for CreateRapidCache.
Implements
IMessageCreateRapidCacheRequest, IEquatableCreateRapidCacheRequest, IDeepCloneableCreateRapidCacheRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
CreateRapidCacheRequest()
public CreateRapidCacheRequest()CreateRapidCacheRequest(CreateRapidCacheRequest)
public CreateRapidCacheRequest(CreateRapidCacheRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateRapidCacheRequest |
Properties
Parent
public string Parent { get; set; }Required. The bucket to which this cache belongs.
Format: projects/{project}/buckets/{bucket}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsBucketName
public BucketName ParentAsBucketName { get; set; }BucketName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
BucketName |
|
RapidCache
public RapidCache RapidCache { get; set; }Required. The RapidCache to create. Default values for ingest_on_write, ttl and admission_policy will be applied if not specified in the request.
| Property Value | |
|---|---|
| Type | Description |
RapidCache |
|
RequestId
public string RequestId { get; set; }Optional. A unique identifier for this request. UUID is the recommended
format, but other formats are still accepted. This request is only
idempotent if a request_id is provided.
| Property Value | |
|---|---|
| Type | Description |
string |
|