Class GoogleCloudMetastoreV1betaQueryMetadataResponse
Response message for DataprocMetastore.QueryMetadata.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV1betaQueryMetadataResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResultManifestUri
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.
Declaration
[JsonProperty("resultManifestUri")]
public virtual string ResultManifestUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |