Manage a set of Variable Attribute values.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class NetricsVarAttr |
C# |
---|
public class NetricsVarAttr |
C++ |
---|
ref class NetricsVarAttr |
J# |
---|
public class NetricsVarAttr |
JScript |
---|
public class NetricsVarAttr |
Remarks
This class is used to encode, decode and manipulate a set of Variable Attribute values. A Variable Attribute value is a name value pair. The name is a text string consisting of from 1 to 2048 letters, digits dash or underscore characters. The value is any set of 0 to 50,000 characters. Both are represented in Java as String values. A set of Variable Attributes is encoded into a block of characters and passed as a single field value in a record.
Inheritance Hierarchy
System.Object
NetricsServerInterface.NetricsVarAttr
NetricsServerInterface.NetricsVarAttr
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.