DS3 .NET Software Development Kit  3.0.0
Provides access to the Spectra Logic DS3 API through .NET.
Ds3.Helpers.Strategys.IHelperStrategy< TItem > Interface Template Reference

The IHelperStrategy bundle a chunkStrategy and StreamFactory to one Strategy. More...

Inheritance diagram for Ds3.Helpers.Strategys.IHelperStrategy< TItem >:
Ds3.Helpers.Strategys.ReadRandomAccessHelperStrategy< TItem >

Public Member Functions

IChunkStrategy GetChunkStrategy ()
 
IStreamFactory< TItem > GetStreamFactory ()
 

Detailed Description

The IHelperStrategy bundle a chunkStrategy and StreamFactory to one Strategy.

Template Parameters
TItem
Type Constraints
TItem :IComparable<TItem>