public sealed class BackendMetastore : IMessage<BackendMetastore>, IEquatable<BackendMetastore>, IDeepCloneable<BackendMetastore>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha API class BackendMetastore.
Represents a backend metastore for the federation.
The relative resource name of the metastore that is being federated.
The formats of the relative resource names for the currently supported
metastores are listed below:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `BackendMetastore` class in the Dataproc Metastore v1alpha API represents a backend metastore for federation."],["This class is part of the `Google.Cloud.Metastore.V1Alpha` namespace within the `Google.Cloud.Metastore.V1Alpha.dll` assembly."],["`BackendMetastore` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["It has two constructors: a default constructor, `BackendMetastore()`, and a copy constructor, `BackendMetastore(BackendMetastore other)`."],["The class has two key properties, MetastoreType and Name, which define the type and the relative resource name of the metastore."]]],[]]