GetContentCommand.ReadCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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