C# Class Raven.Storage.Managed.GeneralStorageActions

Inheritance: IGeneralStorageActions
Afficher le fichier Open project: synhershko/ravendb Class Usage Examples

Méthodes publiques

Méthode Description
GeneralStorageActions ( TableStorage storage ) : System.Collections.Generic
GetNextIdentityValue ( string name ) : long
PulseTransaction ( ) : void
SetIdentityValue ( string name, long value ) : void

Method Details

GeneralStorageActions() public méthode

public GeneralStorageActions ( TableStorage storage ) : System.Collections.Generic
storage Raven.Storage.Managed.Impl.TableStorage
Résultat System.Collections.Generic

GetNextIdentityValue() public méthode

public GetNextIdentityValue ( string name ) : long
name string
Résultat long

PulseTransaction() public méthode

public PulseTransaction ( ) : void
Résultat void

SetIdentityValue() public méthode

public SetIdentityValue ( string name, long value ) : void
name string
value long
Résultat void