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.6.0
Syntax public Task<bool> CheckSchemaAgreementAsync()
Return Value
Type:
TaskBooleanTrue if schema agreement was successful and false if it was not successful.
See Also