Skip to main content

Interface: IGetClusterInfoResponse

workflowservice.v1.IGetClusterInfoResponse

Properties of a GetClusterInfoResponse.

Hierarchy

Properties

clusterId

Optional clusterId: null | string

GetClusterInfoResponse clusterId

Inherited from

$Properties.clusterId


clusterName

Optional clusterName: null | string

GetClusterInfoResponse clusterName

Inherited from

$Properties.clusterName


failoverVersionIncrement

Optional failoverVersionIncrement: null | Long

GetClusterInfoResponse failoverVersionIncrement

Inherited from

$Properties.failoverVersionIncrement


historyShardCount

Optional historyShardCount: null | number

GetClusterInfoResponse historyShardCount

Inherited from

$Properties.historyShardCount


initialFailoverVersion

Optional initialFailoverVersion: null | Long

GetClusterInfoResponse initialFailoverVersion

Inherited from

$Properties.initialFailoverVersion


persistenceStore

Optional persistenceStore: null | string

GetClusterInfoResponse persistenceStore

Inherited from

$Properties.persistenceStore


serverVersion

Optional serverVersion: null | string

GetClusterInfoResponse serverVersion

Inherited from

$Properties.serverVersion


supportedClients

Optional supportedClients: null | { [k: string]: string; }

Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli". Value is ranges of supported versions of this client i.e ">1.1.1 <=1.4.0 || ^5.0.0".

Inherited from

$Properties.supportedClients


versionInfo

Optional versionInfo: null | $Properties

GetClusterInfoResponse versionInfo

Inherited from

$Properties.versionInfo


visibilityStore

Optional visibilityStore: null | string

GetClusterInfoResponse visibilityStore

Inherited from

$Properties.visibilityStore