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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBackendMetastore\u003c/code\u003e class in the Dataproc Metastore v1alpha API represents a backend metastore for federation.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.Metastore.V1Alpha\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Cloud.Metastore.V1Alpha.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBackendMetastore\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its functionality.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors: a default constructor, \u003ccode\u003eBackendMetastore()\u003c/code\u003e, and a copy constructor, \u003ccode\u003eBackendMetastore(BackendMetastore other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two key properties, MetastoreType and Name, which define the type and the relative resource name of the metastore.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1alpha API - Class BackendMetastore (2.0.0-alpha11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.BackendMetastore)\n- [2.0.0-alpha10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/2.0.0-alpha10/Google.Cloud.Metastore.V1Alpha.BackendMetastore)\n- [1.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/1.0.0-alpha04/Google.Cloud.Metastore.V1Alpha.BackendMetastore) \n\n public sealed class BackendMetastore : IMessage\u003cBackendMetastore\u003e, IEquatable\u003cBackendMetastore\u003e, IDeepCloneable\u003cBackendMetastore\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1alpha API class BackendMetastore.\n\nRepresents a backend metastore for the federation. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BackendMetastore \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BackendMetastore](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.BackendMetastore), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BackendMetastore](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.BackendMetastore), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BackendMetastore](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.BackendMetastore), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Metastore.V1Alpha](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Alpha.dll\n\nConstructors\n------------\n\n### BackendMetastore()\n\n public BackendMetastore()\n\n### BackendMetastore(BackendMetastore)\n\n public BackendMetastore(BackendMetastore other)\n\nProperties\n----------\n\n### MetastoreType\n\n public BackendMetastore.Types.MetastoreType MetastoreType { get; set; }\n\nThe type of the backend metastore.\n\n### Name\n\n public string Name { get; set; }\n\nThe relative resource name of the metastore that is being federated.\nThe formats of the relative resource names for the currently supported\nmetastores are listed below:\n\n- BigQuery\n - `projects/{project_id}`\n- Dataproc Metastore\n - `projects/{project_id}/locations/{location}/services/{service_id}`"]]