C# Class CSMongo.Mongo

Default properties and values for Mongo
显示文件 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_oe static_oe 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_oe static_oe property

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

DefaultPort public_oe static_oe property

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

DefaultSkipCount public_oe static_oe property

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

DefaultTakeCount public_oe static_oe property

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

DocumentIdKey public_oe static_oe property

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

Epoch public_oe static_oe property

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

Null public_oe static_oe property

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