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

Public Member Functions

GetTapePartitionsSpectraS3Request WithImportExportConfiguration (ImportExportConfiguration?importExportConfiguration)
 
GetTapePartitionsSpectraS3Request WithLastPage (bool?lastPage)
 
GetTapePartitionsSpectraS3Request WithLibraryId (Guid?libraryId)
 
GetTapePartitionsSpectraS3Request WithLibraryId (string libraryId)
 
GetTapePartitionsSpectraS3Request WithName (string name)
 
GetTapePartitionsSpectraS3Request WithPageLength (int?pageLength)
 
GetTapePartitionsSpectraS3Request WithPageOffset (int?pageOffset)
 
GetTapePartitionsSpectraS3Request WithPageStartMarker (Guid?pageStartMarker)
 
GetTapePartitionsSpectraS3Request WithPageStartMarker (string pageStartMarker)
 
GetTapePartitionsSpectraS3Request WithQuiesced (Quiesced?quiesced)
 
GetTapePartitionsSpectraS3Request WithSerialNumber (string serialNumber)
 
GetTapePartitionsSpectraS3Request WithState (TapePartitionState?state)
 
- Public Member Functions inherited from Ds3.Calls.Ds3Request
string getDescription (string paramstring)
 

Properties

ImportExportConfiguration ImportExportConfiguration [get, set]
 
bool LastPage [get, set]
 
string LibraryId [get, set]
 
string Name [get, set]
 
int PageLength [get, set]
 
int PageOffset [get, set]
 
string PageStartMarker [get, set]
 
Quiesced Quiesced [get, set]
 
string SerialNumber [get, set]
 
TapePartitionState State [get, set]