Class MetadataManagementActivity
The metadata management activities of the metastore service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class MetadataManagementActivity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MetadataExports
Output only. The latest metadata exports of the metastore service.
Declaration
[JsonProperty("metadataExports")]
public virtual IList<MetadataExport> MetadataExports { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MetadataExport> |
Restores
Output only. The latest restores of the metastore service.
Declaration
[JsonProperty("restores")]
public virtual IList<Restore> Restores { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Restore> |