Show / Hide Table of Contents

Class MetadataManagementActivity

The metadata management activities of the metastore service.

Inheritance
object
MetadataManagementActivity
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX