public sealed class QueryMetadataResponse : IMessage<QueryMetadataResponse>, IEquatable<QueryMetadataResponse>, IDeepCloneable<QueryMetadataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class QueryMetadataResponse.
Response message for [DataprocMetastore.QueryMetadata][google.cloud.metastore.v1beta.DataprocMetastore.QueryMetadata].
Implements
IMessageQueryMetadataResponse, IEquatableQueryMetadataResponse, IDeepCloneableQueryMetadataResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.dll
Constructors
QueryMetadataResponse()
public QueryMetadataResponse()
QueryMetadataResponse(QueryMetadataResponse)
public QueryMetadataResponse(QueryMetadataResponse other)
Parameter | |
---|---|
Name | Description |
other |
QueryMetadataResponse |
Properties
ResultManifestUri
public string ResultManifestUri { get; set; }
The manifest URI is link to a JSON instance in Cloud Storage. This instance manifests immediately along with QueryMetadataResponse. The content of the URI is not retriable until the long-running operation query against the metadata finishes.
Property Value | |
---|---|
Type | Description |
string |