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

Public Member Functions

GetTapeDensityDirectivesSpectraS3Request WithDensity (TapeDriveType?density)
 
GetTapeDensityDirectivesSpectraS3Request WithLastPage (bool?lastPage)
 
GetTapeDensityDirectivesSpectraS3Request WithPageLength (int?pageLength)
 
GetTapeDensityDirectivesSpectraS3Request WithPageOffset (int?pageOffset)
 
GetTapeDensityDirectivesSpectraS3Request WithPageStartMarker (Guid?pageStartMarker)
 
GetTapeDensityDirectivesSpectraS3Request WithPageStartMarker (string pageStartMarker)
 
GetTapeDensityDirectivesSpectraS3Request WithPartitionId (Guid?partitionId)
 
GetTapeDensityDirectivesSpectraS3Request WithPartitionId (string partitionId)
 
GetTapeDensityDirectivesSpectraS3Request WithTapeType (TapeType?tapeType)
 
- Public Member Functions inherited from Ds3.Calls.Ds3Request
string getDescription (string paramstring)
 

Properties

TapeDriveType Density [get, set]
 
bool LastPage [get, set]
 
int PageLength [get, set]
 
int PageOffset [get, set]
 
string PageStartMarker [get, set]
 
string PartitionId [get, set]
 
TapeType TapeType [get, set]