Google Cloud Spanner v1 API - Class FetchCacheUpdateRequest (5.13.0-beta06)

public sealed class FetchCacheUpdateRequest : IMessage<FetchCacheUpdateRequest>, IEquatable<FetchCacheUpdateRequest>, IDeepCloneable<FetchCacheUpdateRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner v1 API class FetchCacheUpdateRequest.

The request for [FetchCacheUpdate][google.spanner.v1.Spanner.FetchCacheUpdate].

Inheritance

object > FetchCacheUpdateRequest

Namespace

Google.Cloud.Spanner.V1

Assembly

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