To get the row count of all selected partitions

Namespace: Microsoft.Cosmos.ExportClient
Assembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
public override RowCountTask GetRowCount(
	Object state
)
Visual Basic
Public Overrides Function GetRowCount ( _
	state As Object _
) As RowCountTask
Visual C++
public:
virtual RowCountTask^ GetRowCount(
	Object^ state
) override

Parameters

state
Type: Object
State in a task

Return Value

Return a task to get the row count

See Also