Google Cloud Spanner v1 API - Class RecipeList (5.10.0)

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

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

A RecipeList contains a list of KeyRecipes, which share the same schema generation.

Inheritance

object > RecipeList

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

RecipeList()

public RecipeList()

RecipeList(RecipeList)

public RecipeList(RecipeList other)
Parameter
Name Description
other RecipeList

Properties

Recipe

public RepeatedField<KeyRecipe> Recipe { get; }

A list of recipes to be cached.

Property Value
Type Description
RepeatedFieldKeyRecipe

SchemaGeneration

public ByteString SchemaGeneration { get; set; }

The schema generation of the recipes. To be sent to the server in RoutingHint.schema_generation whenever one of the recipes is used. schema_generation values are comparable with each other; if generation A compares greater than generation B, then A is a more recent schema than B. Clients should in general aim to cache only the latest schema generation, and discard more stale recipes.

Property Value
Type Description
ByteString