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

Public Member Functions

GetTapePartitionFailuresSpectraS3Request WithErrorMessage (string errorMessage)
 
GetTapePartitionFailuresSpectraS3Request WithLastPage (bool?lastPage)
 
GetTapePartitionFailuresSpectraS3Request WithPageLength (int?pageLength)
 
GetTapePartitionFailuresSpectraS3Request WithPageOffset (int?pageOffset)
 
GetTapePartitionFailuresSpectraS3Request WithPageStartMarker (Guid?pageStartMarker)
 
GetTapePartitionFailuresSpectraS3Request WithPageStartMarker (string pageStartMarker)
 
GetTapePartitionFailuresSpectraS3Request WithPartitionId (Guid?partitionId)
 
GetTapePartitionFailuresSpectraS3Request WithPartitionId (string partitionId)
 
GetTapePartitionFailuresSpectraS3Request WithType (TapePartitionFailureType?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 PartitionId [get, set]
 
TapePartitionFailureType Type [get, set]