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

Public Member Functions

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

Properties

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