MessageEncoderSettings Class |
Namespace: MongoDB.Driver.Core.WireProtocol.Messages.Encoders
The MessageEncoderSettings type exposes the following members.
Name | Description | |
---|---|---|
MessageEncoderSettings | Initializes a new instance of the MessageEncoderSettings class |
Name | Description | |
---|---|---|
AddT |
Adds a setting.
| |
Clone |
Clones this instance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOrDefaultT |
Gets a setting, or a default value if the setting does not exist.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Set |
Sets the specified setting.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AllElementsKeyValuePairString, Object |
Represents all elements in an array (corresponds to the server's "$[]" update operator).
(Defined by MongoEnumerable.) | |
AllMatchingElementsKeyValuePairString, Object |
Represents all matching elements in an array when using an array filter (corresponds to the server's "$[identifier]" update operator).
(Defined by MongoEnumerable.) | |
BottomKeyValuePairString, Object, TResult |
Returns the bottom result.
(Defined by MongoEnumerable.) | |
BottomNKeyValuePairString, Object, TResult(SortDefinitionKeyValuePairString, Object, FuncKeyValuePairString, Object, TResult, Int32) | Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.) | |
BottomNKeyValuePairString, Object, TKey, TResult(SortDefinitionKeyValuePairString, Object, FuncKeyValuePairString, Object, TResult, TKey, FuncTKey, Int32) | Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.) | |
ContainsAllKeyValuePairString, Object |
Determines whether a sequence contains all of the specified values.
(Defined by LinqToMongo.) | |
ContainsAnyKeyValuePairString, Object |
Determines whether a sequence contains any of the specified values.
(Defined by LinqToMongo.) | |
FirstMatchingElementKeyValuePairString, Object |
Represents the first matching element in an array used in a query (corresponds to the server's "$" update operator).
(Defined by MongoEnumerable.) | |
FirstNKeyValuePairString, Object, TResult(FuncKeyValuePairString, Object, TResult, Int32) | Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.) | |
FirstNKeyValuePairString, Object, TKey, TResult(FuncKeyValuePairString, Object, TResult, TKey, FuncTKey, Int32) | Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.) | |
LastNKeyValuePairString, Object, TResult(FuncKeyValuePairString, Object, TResult, Int32) | Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.) | |
LastNKeyValuePairString, Object, TKey, TResult(FuncKeyValuePairString, Object, TResult, TKey, FuncTKey, Int32) | Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.) | |
MaxNKeyValuePairString, Object, TResult(FuncKeyValuePairString, Object, TResult, Int32) | Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.) | |
MaxNKeyValuePairString, Object, TKey, TResult(FuncKeyValuePairString, Object, TResult, TKey, FuncTKey, Int32) | Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.) | |
MinNKeyValuePairString, Object, TResult(FuncKeyValuePairString, Object, TResult, Int32) | Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.) | |
MinNKeyValuePairString, Object, TKey, TResult(FuncKeyValuePairString, Object, TResult, TKey, FuncTKey, Int32) | Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.) | |
StandardDeviationPopulationKeyValuePairString, Object(FuncKeyValuePairString, Object, Int32) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationPopulationKeyValuePairString, Object(FuncKeyValuePairString, Object, NullableInt32) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationPopulationKeyValuePairString, Object(FuncKeyValuePairString, Object, Int64) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationPopulationKeyValuePairString, Object(FuncKeyValuePairString, Object, NullableInt64) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationPopulationKeyValuePairString, Object(FuncKeyValuePairString, Object, Single) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationPopulationKeyValuePairString, Object(FuncKeyValuePairString, Object, NullableSingle) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationPopulationKeyValuePairString, Object(FuncKeyValuePairString, Object, Double) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationPopulationKeyValuePairString, Object(FuncKeyValuePairString, Object, NullableDouble) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationPopulationKeyValuePairString, Object(FuncKeyValuePairString, Object, Decimal) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationPopulationKeyValuePairString, Object(FuncKeyValuePairString, Object, NullableDecimal) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationSampleKeyValuePairString, Object(FuncKeyValuePairString, Object, Int32) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationSampleKeyValuePairString, Object(FuncKeyValuePairString, Object, NullableInt32) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationSampleKeyValuePairString, Object(FuncKeyValuePairString, Object, Int64) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationSampleKeyValuePairString, Object(FuncKeyValuePairString, Object, NullableInt64) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationSampleKeyValuePairString, Object(FuncKeyValuePairString, Object, Single) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationSampleKeyValuePairString, Object(FuncKeyValuePairString, Object, NullableSingle) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationSampleKeyValuePairString, Object(FuncKeyValuePairString, Object, Double) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationSampleKeyValuePairString, Object(FuncKeyValuePairString, Object, NullableDouble) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationSampleKeyValuePairString, Object(FuncKeyValuePairString, Object, Decimal) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
StandardDeviationSampleKeyValuePairString, Object(FuncKeyValuePairString, Object, NullableDecimal) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) | |
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) | |
TopKeyValuePairString, Object, TResult |
Returns the top n results.
(Defined by MongoEnumerable.) | |
TopNKeyValuePairString, Object, TResult(SortDefinitionKeyValuePairString, Object, FuncKeyValuePairString, Object, TResult, Int32) | Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.) | |
TopNKeyValuePairString, Object, TKey, TResult(SortDefinitionKeyValuePairString, Object, FuncKeyValuePairString, Object, TResult, TKey, FuncTKey, Int32) | Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.) | |
WhereKeyValuePairString, Object |
Filters a sequence of values based on a predicate and limits the number of results.
(Defined by MongoEnumerable.) |