แก้ไข

แชร์ผ่าน


Throughput(Nullable<Int32>) Constructor

Definition

Initializes a new instance of the Throughput struct.

public:
 Throughput(Nullable<int> throughput);
public Throughput(int? throughput);
new System.Cloud.DocumentDb.Throughput : Nullable<int> -> System.Cloud.DocumentDb.Throughput
Public Sub New (throughput As Nullable(Of Integer))

Parameters

throughput
Nullable<Int32>

The throughput.

Remarks

See Value for more details.

Applies to