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

Public Member Functions

EjectStorageDomainBlobsSpectraS3Request WithEjectLabel (string ejectLabel)
 
EjectStorageDomainBlobsSpectraS3Request WithEjectLocation (string ejectLocation)
 
 EjectStorageDomainBlobsSpectraS3Request (Guid bucketId, IEnumerable< Ds3Object > objects, Guid storageDomainId)
 
 EjectStorageDomainBlobsSpectraS3Request (string bucketId, IEnumerable< Ds3Object > objects, string storageDomainId)
 
- Public Member Functions inherited from Ds3.Calls.Ds3Request
string getDescription (string paramstring)
 

Properties

string BucketId [get]
 
string StorageDomainId [get]
 
IEnumerable< Ds3ObjectObjects [get]
 
string EjectLabel [get, set]
 
string EjectLocation [get, set]