C# Class CSMongo.Mongo

Default properties and values for Mongo
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Свойство 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
Résultat decimal

DefaultAdminDatabase public_oe static_oe property

The name of the Mongo database to default to
public static string DefaultAdminDatabase
Résultat string

DefaultPort public_oe static_oe property

The default port that Mongo uses for database connections
public static int DefaultPort
Résultat int

DefaultSkipCount public_oe static_oe property

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

DefaultTakeCount public_oe static_oe property

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

DocumentIdKey public_oe static_oe property

The default ID value used for ObjectIds with a Mongo Document
public static string DocumentIdKey
Résultat string

Epoch public_oe static_oe property

The starting value to use when calculating dates
public static DateTime,System Epoch
Résultat 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
Résultat object