C# (CSharp) NoSqlKickoff.Tests.Reference Namespace

Classes

Name Description
DataGenerator
PlayerGenerator
R01_StoreAndLoad
R02_Querying_AutoIndex Use Case: Simple querying against an automatically created index Goal: Query the Player collection with Filtering and Paging
R03_Querying_StaticIndex Use Case: Simple querying against a statically defined index Goal: Query the Player collection
R04_Querying_TypeCoercion Use Case: Query result type coercion Goal: Query properties of the index and still get Player objects back Index Entry Property Names and Document Property Names have to match exactly, otherwise either the compiler complains, it will throw at runtime or you won't get any results Best Solution: use type coercion
R05_ProjectFromIndexFieldsInto Use Case: Get index entries directly Goal: Query an index and get its values as object, partially filling a document from the index or totally ignoring the document store
R06_Select Use Case: Get index entries directly Goal: Query an index and get its values as object, totally ignoring the document store
R07_SimpleTransformer
R09_LoadDocumentInIndex
R10_LoadDocumentInTransformer
R11_LoadDocumentWithStoreFields Use Case: Get index entries directly Goal: Query an index and get its values as object, totally ignoring the document store
R12_QueryPersonWithEmbeddedTeam Use Case: Get index entries directly Goal: Query an index and get its values as object, totally ignoring the document store
R13_MapReduce Use Case: Get index entries directly Goal: Query an index and get its values as object, totally ignoring the document store
TeamGenerator