public sealed class FetchCacheUpdateRequest : IMessage<FetchCacheUpdateRequest>, IEquatable<FetchCacheUpdateRequest>, IDeepCloneable<FetchCacheUpdateRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Spanner v1 API class FetchCacheUpdateRequest.
The request for [FetchCacheUpdate][google.spanner.v1.Spanner.FetchCacheUpdate].
Implements
IMessageFetchCacheUpdateRequest, IEquatableFetchCacheUpdateRequest, IDeepCloneableFetchCacheUpdateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
FetchCacheUpdateRequest()
public FetchCacheUpdateRequest()FetchCacheUpdateRequest(FetchCacheUpdateRequest)
public FetchCacheUpdateRequest(FetchCacheUpdateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchCacheUpdateRequest |
Properties
Database
public string Database { get; set; }Required. The database for which to retrieve the cache update.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DatabaseAsDatabaseName
public DatabaseName DatabaseAsDatabaseName { get; set; }Google.Cloud.Spanner.Common.V1.DatabaseName-typed view over the Database resource name property.
| Property Value | |
|---|---|
| Type | Description |
Google.Cloud.Spanner.Common.V1.DatabaseName |
|
MaxRangeCount
public int MaxRangeCount { get; set; }Optional. The maximum number of ranges to return in the response. If not set, a default limit of 10000 will be used.
| Property Value | |
|---|---|
| Type | Description |
int |
|
MaxRecipeCount
public int MaxRecipeCount { get; set; }Optional. The maximum number of key recipes to return in the response. If not set, a default limit of 100 will be used.
| Property Value | |
|---|---|
| Type | Description |
int |
|