C# Class CSMongo.Mongo

Default properties and values for Mongo
Show file Open project: hugoware/CSMongo

Public Properties

Property Type Description
CommandArgument decimal
DefaultAdminDatabase string
DefaultPort int
DefaultSkipCount int
DefaultTakeCount int
DocumentIdKey string
Epoch System.DateTime
Null object

Property Details

CommandArgument public static property

The number that most commands use as the value for the name of the method that is being run in on the server
public static decimal CommandArgument
return decimal

DefaultAdminDatabase public static property

The name of the Mongo database to default to
public static string DefaultAdminDatabase
return string

DefaultPort public static property

The default port that Mongo uses for database connections
public static int DefaultPort
return int

DefaultSkipCount public static property

The default number to use when creating a query for the skip value
public static int DefaultSkipCount
return int

DefaultTakeCount public static property

The default number to use when creating a query for the take value
public static int DefaultTakeCount
return int

DocumentIdKey public static property

The default ID value used for ObjectIds with a Mongo Document
public static string DocumentIdKey
return string

Epoch public static property

The starting value to use when calculating dates
public static DateTime,System Epoch
return System.DateTime

Null public static property

Null value to use when creating new anonymous types since you can't assign null directly
public static object Null
return object