GetContentCommand.ReadCount Property

Definition

The number of content items to retrieve per block. By default this value is 1 which means read one block at a time. To read all blocks at once, set this value to a negative number.

public:
 property long ReadCount { long get(); void set(long value); };
public:
 property long long ReadCount { long long get(); void set(long long value); };
public long ReadCount { get; set; }
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public long ReadCount { get; set; }
member this.ReadCount : int64 with get, set
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.ReadCount : int64 with get, set
Public Property ReadCount As Long

Property Value

Attributes

Applies to