Interface BaseGetDomainOptions

interface BaseGetDomainOptions {
    containerPath?: string;
    domainId?: number;
    queryName?: string;
    schemaName?: string;
}

Hierarchy (view full)

Properties

containerPath?: string

The container path in which the requested Domain is defined. If not supplied, the current container path will be used.

domainId?: number

Id of the domain. This is an alternate way to identify the domain. SchemaName and queryName will be ignored if this value is not undefined or null.

queryName?: string

The domain query name.

schemaName?: string

The domain schema name.

Generated using TypeDoc