Click or drag to resize
TableOptionsNodeSync Property
Represents the nodesync options for this table.

For DSE versions prior to 6.0.0, this method always returns null. If nodesync was not explicitly configured for this table this method will also return null.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public IDictionary<string, string> NodeSync { get; }

Property Value

Type: IDictionaryString, String
See Also