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

Public Member Functions

GetPoolFailuresSpectraS3Request WithErrorMessage (string errorMessage)
 
GetPoolFailuresSpectraS3Request WithLastPage (bool?lastPage)
 
GetPoolFailuresSpectraS3Request WithPageLength (int?pageLength)
 
GetPoolFailuresSpectraS3Request WithPageOffset (int?pageOffset)
 
GetPoolFailuresSpectraS3Request WithPageStartMarker (Guid?pageStartMarker)
 
GetPoolFailuresSpectraS3Request WithPageStartMarker (string pageStartMarker)
 
GetPoolFailuresSpectraS3Request WithPoolId (Guid?poolId)
 
GetPoolFailuresSpectraS3Request WithPoolId (string poolId)
 
GetPoolFailuresSpectraS3Request WithType (PoolFailureType?type)
 
- Public Member Functions inherited from Ds3.Calls.Ds3Request
string getDescription (string paramstring)
 

Properties

string ErrorMessage [get, set]
 
bool LastPage [get, set]
 
int PageLength [get, set]
 
int PageOffset [get, set]
 
string PageStartMarker [get, set]
 
string PoolId [get, set]
 
PoolFailureType Type [get, set]