DS3 .NET Software Development Kit  3.0.0
Provides access to the Spectra Logic DS3 API through .NET.
Ds3.Helpers.Strategys.ChunkStrategys Namespace Reference

Classes

interface  IChunkStrategy
 
class  ReadRandomAccessChunkStrategy
 The ReadRandomAccessChunkStrategy will get the available job chunks and allocate those chunks More...
 
class  TransferItem
 
class  WriteNoAllocateChunkStrategy
 The WriteNoAllocateChunkStrategy will return all the blobs that were returned in the JobResponse without allocate cache space for them in BlackPearl More...
 
class  WriteRandomAccessChunkStrategy
 The WriteRandomAccessChunkStrategy will allocate chunks as needed and return the allocated blobs More...
 
class  WriteStreamChunkStrategy
 The WriteStreamChunkStrategy will allocate chunks one at a time for each stream in the job and return the allocated blobs More...