Click or drag to resize

MetadataCheckSchemaAgreementAsync Method

Initiates a schema agreement check.

Schema changes need to be propagated to all nodes in the cluster. Once they have settled on a common version, we say that they are in agreement.

This method does not perform retries so MaxSchemaAgreementWaitSeconds does not apply.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task<bool> CheckSchemaAgreementAsync()

Return Value

Type: TaskBoolean
True if schema agreement was successful and false if it was not successful.
See Also