Click or drag to resize

IExecutionProfileBuilderWithGraphOptions Method

Sets the DSE Graph options.

See GraphOptions for additional information on the settings within the GraphOptions class.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
IExecutionProfileBuilder WithGraphOptions(
	GraphOptions graphOptions
)

Parameters

graphOptions
Type: Cassandra.DataStax.GraphGraphOptions

Return Value

Type: IExecutionProfileBuilder
See Also