C# Class Benchmarkr.Couchbase.Benchmark

Inheritance: BenchmarkBase
Show file Open project: realm/realm-dotnet

Public Methods

Method Description
Count ( EmployeeQuery query ) : int
DeleteDB ( ) : void
Enumerate ( EmployeeQuery query ) : long
InsertObject ( uint index ) : void
OpenDB ( ) : IDisposable
RunInTransaction ( System.Action action ) : void

Private Methods

Method Description
ConvertQuery ( EmployeeQuery query ) : Couchbase.Lite.Query

Method Details

Count() public method

public Count ( EmployeeQuery query ) : int
query EmployeeQuery
return int

DeleteDB() public method

public DeleteDB ( ) : void
return void

Enumerate() public method

public Enumerate ( EmployeeQuery query ) : long
query EmployeeQuery
return long

InsertObject() public method

public InsertObject ( uint index ) : void
index uint
return void

OpenDB() public method

public OpenDB ( ) : IDisposable
return IDisposable

RunInTransaction() public method

public RunInTransaction ( System.Action action ) : void
action System.Action
return void