Click or drag to resize

ISetWindowFieldsPartitionTInput Class

Represents a partition for SetWindowFields.
Inheritance Hierarchy
SystemObject
  MongoDB.DriverISetWindowFieldsPartitionTInput

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax
public class ISetWindowFieldsPartition<TInput>

Type Parameters

TInput
The type of the input documents in the partition.

The ISetWindowFieldsPartitionTInput type exposes the following members.

Constructors
  NameDescription
Public methodISetWindowFieldsPartitionTInput
Initializes a new instance of the ISetWindowFieldsPartitionTInput class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAddToSetTInput, TValue
Returns a set.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodAverageTInput(FuncTInput, Decimal, SetWindowFieldsWindow)Overloaded.
Returns the average value of the numeric values. Average ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodAverageTInput(FuncTInput, NullableDecimal, SetWindowFieldsWindow)Overloaded.
Returns the average value of the numeric values. Average ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodAverageTInput(FuncTInput, Double, SetWindowFieldsWindow)Overloaded.
Returns the average value of the numeric values. Average ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodAverageTInput(FuncTInput, NullableDouble, SetWindowFieldsWindow)Overloaded.
Returns the average value of the numeric values. Average ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodAverageTInput(FuncTInput, Single, SetWindowFieldsWindow)Overloaded.
Returns the average value of the numeric values. Average ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodAverageTInput(FuncTInput, NullableSingle, SetWindowFieldsWindow)Overloaded.
Returns the average value of the numeric values. Average ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodAverageTInput(FuncTInput, Int32, SetWindowFieldsWindow)Overloaded.
Returns the average value of the numeric values. Average ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodAverageTInput(FuncTInput, NullableInt32, SetWindowFieldsWindow)Overloaded.
Returns the average value of the numeric values. Average ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodAverageTInput(FuncTInput, Int64, SetWindowFieldsWindow)Overloaded.
Returns the average value of the numeric values. Average ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodAverageTInput(FuncTInput, NullableInt64, SetWindowFieldsWindow)Overloaded.
Returns the average value of the numeric values. Average ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCountTInput
Returns the number of documents in the window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovariancePopulationTInput(FuncTInput, Decimal, FuncTInput, Decimal, SetWindowFieldsWindow)Overloaded.
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovariancePopulationTInput(FuncTInput, NullableDecimal, FuncTInput, NullableDecimal, SetWindowFieldsWindow)Overloaded.
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovariancePopulationTInput(FuncTInput, Double, FuncTInput, Double, SetWindowFieldsWindow)Overloaded.
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovariancePopulationTInput(FuncTInput, NullableDouble, FuncTInput, NullableDouble, SetWindowFieldsWindow)Overloaded.
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovariancePopulationTInput(FuncTInput, Int32, FuncTInput, Int32, SetWindowFieldsWindow)Overloaded.
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovariancePopulationTInput(FuncTInput, NullableInt32, FuncTInput, NullableInt32, SetWindowFieldsWindow)Overloaded.
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovariancePopulationTInput(FuncTInput, Int64, FuncTInput, Int64, SetWindowFieldsWindow)Overloaded.
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovariancePopulationTInput(FuncTInput, NullableInt64, FuncTInput, NullableInt64, SetWindowFieldsWindow)Overloaded.
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovariancePopulationTInput(FuncTInput, Single, FuncTInput, Single, SetWindowFieldsWindow)Overloaded.
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovariancePopulationTInput(FuncTInput, NullableSingle, FuncTInput, NullableSingle, SetWindowFieldsWindow)Overloaded.
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovarianceSampleTInput(FuncTInput, Decimal, FuncTInput, Decimal, SetWindowFieldsWindow)Overloaded.
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovarianceSampleTInput(FuncTInput, NullableDecimal, FuncTInput, NullableDecimal, SetWindowFieldsWindow)Overloaded.
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovarianceSampleTInput(FuncTInput, Double, FuncTInput, Double, SetWindowFieldsWindow)Overloaded.
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovarianceSampleTInput(FuncTInput, NullableDouble, FuncTInput, NullableDouble, SetWindowFieldsWindow)Overloaded.
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovarianceSampleTInput(FuncTInput, Int32, FuncTInput, Int32, SetWindowFieldsWindow)Overloaded.
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovarianceSampleTInput(FuncTInput, NullableInt32, FuncTInput, NullableInt32, SetWindowFieldsWindow)Overloaded.
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovarianceSampleTInput(FuncTInput, Int64, FuncTInput, Int64, SetWindowFieldsWindow)Overloaded.
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovarianceSampleTInput(FuncTInput, NullableInt64, FuncTInput, NullableInt64, SetWindowFieldsWindow)Overloaded.
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovarianceSampleTInput(FuncTInput, Single, FuncTInput, Single, SetWindowFieldsWindow)Overloaded.
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodCovarianceSampleTInput(FuncTInput, NullableSingle, FuncTInput, NullableSingle, SetWindowFieldsWindow)Overloaded.
Returns the sample covariance of two numeric expressions that are evaluated using documents in the partition window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDenseRankTInput
Returns the document position (known as the rank) relative to other documents in the $setWindowFields stage partition.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDerivativeTInput(FuncTInput, Decimal, SetWindowFieldsWindow)Overloaded.
Returns the average rate of change within the specified window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDerivativeTInput(FuncTInput, Double, SetWindowFieldsWindow)Overloaded.
Returns the average rate of change within the specified window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDerivativeTInput(FuncTInput, Single, SetWindowFieldsWindow)Overloaded.
Returns the average rate of change within the specified window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDerivativeTInput(FuncTInput, Int32, SetWindowFieldsWindow)Overloaded.
Returns the average rate of change within the specified window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDerivativeTInput(FuncTInput, Int64, SetWindowFieldsWindow)Overloaded.
Returns the average rate of change within the specified window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDerivativeTInput(FuncTInput, Decimal, WindowTimeUnit, SetWindowFieldsWindow)Overloaded.
Returns the average rate of change within the specified window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDerivativeTInput(FuncTInput, Double, WindowTimeUnit, SetWindowFieldsWindow)Overloaded.
Returns the average rate of change within the specified window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDerivativeTInput(FuncTInput, Single, WindowTimeUnit, SetWindowFieldsWindow)Overloaded.
Returns the average rate of change within the specified window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDerivativeTInput(FuncTInput, Int32, WindowTimeUnit, SetWindowFieldsWindow)Overloaded.
Returns the average rate of change within the specified window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDerivativeTInput(FuncTInput, Int64, WindowTimeUnit, SetWindowFieldsWindow)Overloaded.
Returns the average rate of change within the specified window.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodDocumentNumberTInput
Returns the position of a document (known as the document number) in the $setWindowFields stage partition.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodExponentialMovingAverageTInput(FuncTInput, Decimal, ExponentialMovingAverageWeighting, SetWindowFieldsWindow)Overloaded.
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodExponentialMovingAverageTInput(FuncTInput, Double, ExponentialMovingAverageWeighting, SetWindowFieldsWindow)Overloaded.
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodExponentialMovingAverageTInput(FuncTInput, Int32, ExponentialMovingAverageWeighting, SetWindowFieldsWindow)Overloaded.
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodExponentialMovingAverageTInput(FuncTInput, Int64, ExponentialMovingAverageWeighting, SetWindowFieldsWindow)Overloaded.
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodExponentialMovingAverageTInput(FuncTInput, Single, ExponentialMovingAverageWeighting, SetWindowFieldsWindow)Overloaded.
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodFirstTInput, TValue
Returns the first value.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodIntegralTInput(FuncTInput, Decimal, SetWindowFieldsWindow)Overloaded.
Returns the approximation of the area under a curve.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodIntegralTInput(FuncTInput, Double, SetWindowFieldsWindow)Overloaded.
Returns the approximation of the area under a curve.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodIntegralTInput(FuncTInput, Single, SetWindowFieldsWindow)Overloaded.
Returns the approximation of the area under a curve.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodIntegralTInput(FuncTInput, Int32, SetWindowFieldsWindow)Overloaded.
Returns the approximation of the area under a curve.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodIntegralTInput(FuncTInput, Int64, SetWindowFieldsWindow)Overloaded.
Returns the approximation of the area under a curve.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodIntegralTInput(FuncTInput, Decimal, WindowTimeUnit, SetWindowFieldsWindow)Overloaded.
Returns the approximation of the area under a curve.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodIntegralTInput(FuncTInput, Double, WindowTimeUnit, SetWindowFieldsWindow)Overloaded.
Returns the approximation of the area under a curve.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodIntegralTInput(FuncTInput, Single, WindowTimeUnit, SetWindowFieldsWindow)Overloaded.
Returns the approximation of the area under a curve.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodIntegralTInput(FuncTInput, Int32, WindowTimeUnit, SetWindowFieldsWindow)Overloaded.
Returns the approximation of the area under a curve.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodIntegralTInput(FuncTInput, Int64, WindowTimeUnit, SetWindowFieldsWindow)Overloaded.
Returns the approximation of the area under a curve.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodLastTInput, TValue
Returns the last value.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodLocfTInput, TValue
Returns the last observation carried forward.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodMaxTInput, TValue
Returns the maximum value.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodMinTInput, TValue
Returns the minimum value.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodPushTInput, TValue
Returns a sequence of values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodRankTInput
Returns the document position (known as the rank) relative to other documents in the $setWindowFields stage partition.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodShiftTInput, TValue(FuncTInput, TValue, Int32)Overloaded.
Returns the value from an expression applied to a document in a specified position relative to the current document.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodShiftTInput, TValue(FuncTInput, TValue, Int32, TValue)Overloaded.
Returns the value from an expression applied to a document in a specified position relative to the current document.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationPopulationTInput(FuncTInput, Decimal, SetWindowFieldsWindow)Overloaded.
Calculates the population standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationPopulationTInput(FuncTInput, NullableDecimal, SetWindowFieldsWindow)Overloaded.
Calculates the population standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationPopulationTInput(FuncTInput, Double, SetWindowFieldsWindow)Overloaded.
Calculates the population standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationPopulationTInput(FuncTInput, NullableDouble, SetWindowFieldsWindow)Overloaded.
Calculates the population standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationPopulationTInput(FuncTInput, Int32, SetWindowFieldsWindow)Overloaded.
Calculates the population standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationPopulationTInput(FuncTInput, NullableInt32, SetWindowFieldsWindow)Overloaded.
Calculates the population standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationPopulationTInput(FuncTInput, Int64, SetWindowFieldsWindow)Overloaded.
Calculates the population standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationPopulationTInput(FuncTInput, NullableInt64, SetWindowFieldsWindow)Overloaded.
Calculates the population standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationPopulationTInput(FuncTInput, Single, SetWindowFieldsWindow)Overloaded.
Calculates the population standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationPopulationTInput(FuncTInput, NullableSingle, SetWindowFieldsWindow)Overloaded.
Calculates the population standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationSampleTInput(FuncTInput, Decimal, SetWindowFieldsWindow)Overloaded.
Calculates the sample standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationSampleTInput(FuncTInput, NullableDecimal, SetWindowFieldsWindow)Overloaded.
Calculates the sample standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationSampleTInput(FuncTInput, Double, SetWindowFieldsWindow)Overloaded.
Calculates the sample standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationSampleTInput(FuncTInput, NullableDouble, SetWindowFieldsWindow)Overloaded.
Calculates the sample standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationSampleTInput(FuncTInput, Int32, SetWindowFieldsWindow)Overloaded.
Calculates the sample standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationSampleTInput(FuncTInput, NullableInt32, SetWindowFieldsWindow)Overloaded.
Calculates the sample standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationSampleTInput(FuncTInput, Int64, SetWindowFieldsWindow)Overloaded.
Calculates the sample standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationSampleTInput(FuncTInput, NullableInt64, SetWindowFieldsWindow)Overloaded.
Calculates the sample standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationSampleTInput(FuncTInput, Single, SetWindowFieldsWindow)Overloaded.
Calculates the sample standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodStandardDeviationSampleTInput(FuncTInput, NullableSingle, SetWindowFieldsWindow)Overloaded.
Calculates the sample standard deviation of the input values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodSumTInput(FuncTInput, Decimal, SetWindowFieldsWindow)Overloaded.
Returns the sum of numeric values. $sum ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodSumTInput(FuncTInput, NullableDecimal, SetWindowFieldsWindow)Overloaded.
Returns the sum of numeric values. $sum ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodSumTInput(FuncTInput, Double, SetWindowFieldsWindow)Overloaded.
Returns the sum of numeric values. $sum ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodSumTInput(FuncTInput, NullableDouble, SetWindowFieldsWindow)Overloaded.
Returns the sum of numeric values. $sum ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodSumTInput(FuncTInput, Single, SetWindowFieldsWindow)Overloaded.
Returns the sum of numeric values. $sum ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodSumTInput(FuncTInput, NullableSingle, SetWindowFieldsWindow)Overloaded.
Returns the sum of numeric values. $sum ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodSumTInput(FuncTInput, Int32, SetWindowFieldsWindow)Overloaded.
Returns the sum of numeric values. $sum ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodSumTInput(FuncTInput, NullableInt32, SetWindowFieldsWindow)Overloaded.
Returns the sum of numeric values. $sum ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodSumTInput(FuncTInput, Int64, SetWindowFieldsWindow)Overloaded.
Returns the sum of numeric values. $sum ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodSumTInput(FuncTInput, NullableInt64, SetWindowFieldsWindow)Overloaded.
Returns the sum of numeric values. $sum ignores non-numeric values.
(Defined by ISetWindowFieldsPartitionExtensions.)
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also