C# 클래스 CSMongo.Mongo

Default properties and values for Mongo
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 프로퍼티들

프로퍼티 타입 설명
CommandArgument decimal
DefaultAdminDatabase string
DefaultPort int
DefaultSkipCount int
DefaultTakeCount int
DocumentIdKey string
Epoch System.DateTime
Null object

프로퍼티 상세

CommandArgument 공개적으로 정적으로 프로퍼티

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
리턴 decimal

DefaultAdminDatabase 공개적으로 정적으로 프로퍼티

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

DefaultPort 공개적으로 정적으로 프로퍼티

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

DefaultSkipCount 공개적으로 정적으로 프로퍼티

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

DefaultTakeCount 공개적으로 정적으로 프로퍼티

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

DocumentIdKey 공개적으로 정적으로 프로퍼티

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

Epoch 공개적으로 정적으로 프로퍼티

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

Null 공개적으로 정적으로 프로퍼티

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