C# Class Raven.Database.Indexing.IndexingExecuter.JsonResults

Exibir arquivo Open project: synhershko/ravendb

Public Properties

Property Type Description
LoadedFromDisk bool
Results Raven.Abstractions.Data.JsonDocument[]

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

LoadedFromDisk public_oe property

public bool LoadedFromDisk
return bool

Results public_oe property

public JsonDocument[],Raven.Abstractions.Data Results
return Raven.Abstractions.Data.JsonDocument[]