Define and implement RowCountTask

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 abstract class RowCountTask : Task<long>
Visual Basic
Public MustInherit Class RowCountTask _
	Inherits Task(Of Long)
Visual C++
public ref class RowCountTask abstract : public Task<long long>

Inheritance Hierarchy

Object
  Task
    Task<(Of <(<'Int64>)>)>
      Microsoft.Cosmos.ExportClient..::..RowCountTask

See Also