Gets or sets the value of top N rows to export, null means to export all data
Namespace: Microsoft.Cosmos.ExportClientAssembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)
Syntax
C# |
---|
public abstract Nullable<long> Top { get; set; } |
Visual Basic |
---|
Public MustOverride Property Top As Nullable(Of Long)
Get
Set |
Visual C++ |
---|
public:
virtual property Nullable<long long> Top {
Nullable<long long> get () abstract;
void set (Nullable<long long> value) abstract;
} |
See Also