C# Class Org.Neo4j.Kernel.Impl.Api.index.sampling.IndexSamplingMode

Datei anzeigen Open project: Neo4Net/Neo4Net Class Usage Examples

Public Properties

Property Type Description
blockUntilAllScheduled bool
innerEnumValue InnerEnum
sampleOnlyIfUpdated bool

Public Methods

Method Description
IndexSamplingMode ( boolean sampleOnlyIfUpdated, boolean blockUntilAllScheduled ) : IndexSamplingMode

Private Methods

Method Description
IndexSamplingMode ( ) : System.Collections.Generic
IndexSamplingMode ( string name, InnerEnum innerEnum ) : System.Collections.Generic

Method Details

IndexSamplingMode() public static method

public static IndexSamplingMode ( boolean sampleOnlyIfUpdated, boolean blockUntilAllScheduled ) : IndexSamplingMode
sampleOnlyIfUpdated boolean
blockUntilAllScheduled boolean
return IndexSamplingMode

Property Details

blockUntilAllScheduled public_oe property

public bool blockUntilAllScheduled
return bool

innerEnumValue public_oe property

public InnerEnum innerEnumValue
return InnerEnum

sampleOnlyIfUpdated public_oe property

public bool sampleOnlyIfUpdated
return bool