C# Class Raven.Storage.Managed.GeneralStorageActions

Inheritance: IGeneralStorageActions
Mostrar archivo Open project: synhershko/ravendb Class Usage Examples

Public Methods

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

Method Details

GeneralStorageActions() public method

public GeneralStorageActions ( TableStorage storage ) : System.Collections.Generic
storage Raven.Storage.Managed.Impl.TableStorage
return System.Collections.Generic

GetNextIdentityValue() public method

public GetNextIdentityValue ( string name ) : long
name string
return long

PulseTransaction() public method

public PulseTransaction ( ) : void
return void

SetIdentityValue() public method

public SetIdentityValue ( string name, long value ) : void
name string
value long
return void