Dataproc Metastore v1beta API - Class QueryMetadataResponse (2.0.0-beta09)

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].

Inheritance

object > QueryMetadataResponse

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

Google.Cloud.Metastore.V1Beta.dll

Constructors

QueryMetadataResponse()

public QueryMetadataResponse()

QueryMetadataResponse(QueryMetadataResponse)

public QueryMetadataResponse(QueryMetadataResponse other)
Parameter
NameDescription
otherQueryMetadataResponse

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
TypeDescription
string