Interface IAllocateParameters
-
public interface IAllocateParameters
Parameters specifying the attributes to use when allocating a new data set.Instances of this interface can be created using the builder class
AllocateParametersBuilder
.- Since:
- 1.1.0
- Version:
- 2.0.0
- See Also:
AllocateParametersBuilder
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IAllocateParameters.AllocationUnit
Enumeration of the supported allocation units used for allocating a new data set.
-