MetastoreClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Metastore service client.
public class MetastoreClient
type MetastoreClient = class
Public Class MetastoreClient
- Inheritance
-
MetastoreClient
Constructors
MetastoreClient() |
Initializes a new instance of MetastoreClient for mocking. |
MetastoreClient(Uri, TokenCredential, ArtifactsClientOptions) |
Initializes a new instance of MetastoreClient. |
Methods
Delete(String, CancellationToken) |
Remove files in Syms. |
DeleteAsync(String, CancellationToken) |
Remove files in Syms. |
GetDatabaseOperations(String, CancellationToken) |
Gets status of the database. |
GetDatabaseOperationsAsync(String, CancellationToken) |
Gets status of the database. |
Register(String, MetastoreRegisterObject, CancellationToken) |
Register files in Syms. |
RegisterAsync(String, MetastoreRegisterObject, CancellationToken) |
Register files in Syms. |
Update(String, MetastoreUpdateObject, CancellationToken) |
Update files in Syms. |
UpdateAsync(String, MetastoreUpdateObject, CancellationToken) |
Update files in Syms. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET