DistributedCatalogConfig

DistributedCatalogConfig
DistributedCatalogConfig

An object representing Distributed Catalog settings. A Distributed Catalog is a special kind of catalog that uses distributed storage to store its items.

JSON Example
{
    "isDistributed": false,
    "isReadOnly": false,
    "distributedCatalogId": "string"
}
boolean
isDistributed
Optional

Boolean to indicate whether the catalog is distributed or not.

boolean
isReadOnly
Optional

If true, the catalog is not allowed to write new content to the underlying storage.

string
distributedCatalogId
Optional

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.

Availability
Added in 39.0
Property Of