DS3 .NET Software Development Kit  3.0.0
Provides access to the Spectra Logic DS3 API through .NET.
Ds3.Calls.GetPoolPartitionsSpectraS3Request Class Reference
Inheritance diagram for Ds3.Calls.GetPoolPartitionsSpectraS3Request:
Ds3.Calls.Ds3Request

Public Member Functions

GetPoolPartitionsSpectraS3Request WithLastPage (bool?lastPage)
 
GetPoolPartitionsSpectraS3Request WithName (string name)
 
GetPoolPartitionsSpectraS3Request WithPageLength (int?pageLength)
 
GetPoolPartitionsSpectraS3Request WithPageOffset (int?pageOffset)
 
GetPoolPartitionsSpectraS3Request WithPageStartMarker (Guid?pageStartMarker)
 
GetPoolPartitionsSpectraS3Request WithPageStartMarker (string pageStartMarker)
 
GetPoolPartitionsSpectraS3Request WithType (PoolType?type)
 
- Public Member Functions inherited from Ds3.Calls.Ds3Request
string getDescription (string paramstring)
 

Properties

bool LastPage [get, set]
 
string Name [get, set]
 
int PageLength [get, set]
 
int PageOffset [get, set]
 
string PageStartMarker [get, set]
 
PoolType Type [get, set]