• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class DataTypeAttributes

DataTypeAttributes contains the information about the DataType attributes.

Inheritance
System.Object
DataTypeAttributes
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class DataTypeAttributes

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 specific to the DataType

Tags

Tag information associated with the DataType, it can be queried on the basis of Tags provided.

Back to top Copyright © 2017 Alachisoft