Define name and format of a server side record source file.


The following tables list the members exposed by NetricsRecFile.

Public Constructors

  Name Description
Static Public method NetricsRecFile Overloaded.  
Top

Public Methods

  Name Description
Public method Equals   (inherited from Object)
Public method getDoMaxWork Return the Do Max Work setting, false if never set.
Public method getEncoding Return the value of character encoding setting.
Public method getFieldNamesFirst Return the state of the field names first setting.
Public method getFieldTypesFirst Return the state of the field types first setting.
Public method getFileName Return the value of CSV file name setting.
Public method GetHashCode   (inherited from Object)
Public method getInitialKey Return the initial key setting, -1 if never set.
Public method getKeyIndex Return the value of the key index, -1 if never set.
Public method getKeyName Return the value of the key name, null if never set.
Public method getLeadingKey Return the leading key setting, false if never set.
Public method getParentKeyIndex Return the value of the parent key index, -1 if never set.
Public method getParentKeyName Return the value of the parent key name, null if never set.
Public method GetType   (inherited from Object)
Public method setDoMaxWork Set the Do Max Work flag to the given value.
Public method setEncoding Set the character encoding.
Public method setFieldNamesFirst Set the field names first flag.
Public method setFieldTypesFirst Set the state of the field types first flag.
Public method setFileName Set the value of CSV file name setting.
Public method setInitialKey Set the initial key flag to the given value.
Public method setKeyIndex Set the value of the key index.
Public method setKeyName Set the value of the key name.
Public method setLeadingKey Set the leading key flag to the given value.
Public method setParentKeyIndex Set the value of the parent key index.
Public method setParentKeyName Set the value of the parent key name.
Public method ToString   (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method NetricsRecFile Overloaded.  
Top

See Also