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

Afficher le fichier Open project: Neo4Net/Neo4Net Class Usage Examples

Méthodes publiques

Свойство Type Description
blockUntilAllScheduled bool
innerEnumValue InnerEnum
sampleOnlyIfUpdated bool

Méthodes publiques

Méthode Description
IndexSamplingMode ( boolean sampleOnlyIfUpdated, boolean blockUntilAllScheduled ) : IndexSamplingMode

Private Methods

Méthode Description
IndexSamplingMode ( ) : System.Collections.Generic
IndexSamplingMode ( string name, InnerEnum innerEnum ) : System.Collections.Generic

Method Details

IndexSamplingMode() public static méthode

public static IndexSamplingMode ( boolean sampleOnlyIfUpdated, boolean blockUntilAllScheduled ) : IndexSamplingMode
sampleOnlyIfUpdated boolean
blockUntilAllScheduled boolean
Résultat IndexSamplingMode

Property Details

blockUntilAllScheduled public_oe property

public bool blockUntilAllScheduled
Résultat bool

innerEnumValue public_oe property

public InnerEnum innerEnumValue
Résultat InnerEnum

sampleOnlyIfUpdated public_oe property

public bool sampleOnlyIfUpdated
Résultat bool