C# Class Platform.Data.Core.Sequences.SequencesOptions

Afficher le fichier Open project: Konard/LinksPlatform

Méthodes publiques

Свойство Type Description
EnforceSingleSequenceVersionOnWriteBasedOnExisting bool
EnforceSingleSequenceVersionOnWriteBasedOnNew bool
SequenceMarkerLink ulong
UseCascadeDelete bool
UseCascadeUpdate bool
UseCompression bool
UseGarbageCollection bool
UseIndex bool
UseSequenceMarker bool

Méthodes publiques

Méthode Description
InitOptions ( ILinks links ) : void
ValidateOptions ( ) : void

Method Details

InitOptions() public méthode

public InitOptions ( ILinks links ) : void
links ILinks
Résultat void

ValidateOptions() public méthode

public ValidateOptions ( ) : void
Résultat void

Property Details

EnforceSingleSequenceVersionOnWriteBasedOnExisting public_oe property

public bool EnforceSingleSequenceVersionOnWriteBasedOnExisting
Résultat bool

EnforceSingleSequenceVersionOnWriteBasedOnNew public_oe property

public bool EnforceSingleSequenceVersionOnWriteBasedOnNew
Résultat bool

SequenceMarkerLink public_oe property

public ulong SequenceMarkerLink
Résultat ulong

UseCascadeDelete public_oe property

public bool UseCascadeDelete
Résultat bool

UseCascadeUpdate public_oe property

public bool UseCascadeUpdate
Résultat bool

UseCompression public_oe property

public bool UseCompression
Résultat bool

UseGarbageCollection public_oe property

public bool UseGarbageCollection
Résultat bool

UseIndex public_oe property

public bool UseIndex
Résultat bool

UseSequenceMarker public_oe property

public bool UseSequenceMarker
Résultat bool