Describes the attributes of the fields that a Tuple stored inside a Space should conform to. Each field has a name and a type. Fields may also have additional attributes such as whether the field is Key or Nullable. Multiple fields can be marked as isKey.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract class FieldDef |
Visual Basic |
---|
Public MustInherit Class FieldDef |
Visual C++ |
---|
public ref class FieldDef abstract |
F# |
---|
[<AbstractClassAttribute>]
type FieldDef = class end |
Inheritance Hierarchy
See Also