DistributedCatalogConfig
An object representing Distributed Catalog settings. A Distributed Catalog is a special kind of catalog that uses distributed storage to store its items.
{
"isDistributed": false,
"isReadOnly": false,
"distributedCatalogId": "string"
}
Boolean to indicate whether the catalog is distributed or not.
If true, the catalog is not allowed to write new content to the underlying storage.
UUID of an existing distributed catalog. This field can only be provided at catalog creation time to bind new catalog to an existing distributed catalog system identified by given identifier. This field cannot be changed once the catalog is created. If the value is not provided during catalog creation, then system generates a new distributed catalog id for this catalog if isDistributed was passed as TRUE during catalog creation.