Class DataTypeAttributes
DataTypeAttributes contains the information about the DataType attributes.
Inheritance
Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class DataTypeAttributes : object
Constructors
Name | Description |
---|---|
DataTypeAttributes() |
Properties
Name | Description |
---|---|
Dependency | The file or cache key dependencies for the DataType. When any dependency changes, the object becomes invalid and is removed from the cache. If there are no dependencies, this property contains a null reference (Nothing in Visual Basic). |
Expiration | Specifies the expiration mechanism for DataType |
Group | The Group to which the DataType is associated. It can be queryed on the basis of Groups. |
NamedTags | NamedTags information associated with the DataType, it can be queried on the basis of NamedTags provided. |
Priority | Relative priority for DataType which is kept under consideration whenever cache starts to free up space and evicts items. |
ResyncOptions | ResyncOptions spicific to the DataType |
Tags | Tag information associated with the DataType, it can be queried on the basis of Tags provided. |