Click or drag to resize
DseClusterBuilderWithGraphOptions Method
Sets the DSE Graph options.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public DseClusterBuilder WithGraphOptions(
	GraphOptions options
)

Parameters

options
Type: Dse.GraphGraphOptions

Return Value

Type: DseClusterBuilder
this instance
See Also