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 Determines whether the specified Object is equal to the current Object. (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 Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (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 GetType Gets the Type of the current instance. (inherited from Object)
Public method Initialize Obsolete. Only for COM interoperability.
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 ToString Returns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method NetricsRecFile Overloaded.  
Top

See Also