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

Public Member Functions

GetTapeFailuresSpectraS3Request WithErrorMessage (string errorMessage)
 
GetTapeFailuresSpectraS3Request WithLastPage (bool?lastPage)
 
GetTapeFailuresSpectraS3Request WithPageLength (int?pageLength)
 
GetTapeFailuresSpectraS3Request WithPageOffset (int?pageOffset)
 
GetTapeFailuresSpectraS3Request WithPageStartMarker (Guid?pageStartMarker)
 
GetTapeFailuresSpectraS3Request WithPageStartMarker (string pageStartMarker)
 
GetTapeFailuresSpectraS3Request WithTapeDriveId (Guid?tapeDriveId)
 
GetTapeFailuresSpectraS3Request WithTapeDriveId (string tapeDriveId)
 
GetTapeFailuresSpectraS3Request WithTapeId (Guid?tapeId)
 
GetTapeFailuresSpectraS3Request WithTapeId (string tapeId)
 
GetTapeFailuresSpectraS3Request WithType (TapeFailureType?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 TapeDriveId [get, set]
 
string TapeId [get, set]
 
TapeFailureType Type [get, set]