Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1OrganizationConfig

The configuration related to the migration from Data Catalog to Dataplex that has been applied to an organization and any projects under it. It is the response message for RetrieveConfig.

Inheritance
object
GoogleCloudDatacatalogV1OrganizationConfig
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.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1OrganizationConfig : IDirectResponseSchema

Properties

Config

Map of organizations and project resource names and their configuration. The format for the map keys is organizations/{organizationId} or projects/{projectId}.

Declaration
[JsonProperty("config")]
public virtual IDictionary<string, GoogleCloudDatacatalogV1MigrationConfig> Config { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDatacatalogV1MigrationConfig>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX