Used to load data into the Netrics server.


The following tables list the members exposed by NetricsTable.

Public Constructors

  Name Description
Static Public method NetricsTable Overloaded.  
Top

Public Methods

  Name Description
Public method addPIndex Add a partition index to this table.
Public method addSortEncoding Obsolete. Only for COM interoperability.
Public method compare For internal use only.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method getFieldNames Can be used to get the field names from a NetricsTable returned by a dump.
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 getInfo Can be used to get the table info from a NetricsTable returned by a dump.
Public method getName Return the name of this table.
Public method getRecSrc Can be used to retrieve the RecSrc for a NetricsTable returned by a dump command.
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Initialize Obsolete. Only for COM interoperability. See NetricsTable.
Public method setCharmaps Specifies the character map to use for each field.
Public method setEstNumRecords Set the estimated number of records.
Public method setFieldTypes Specify the field types for this table.
Public method setGipFiltered Enable gip filtering for this table.
Public method setGipGramLen This method sets the gram length for the enterprise filer.
Public method setInfo Set the table info string.
Public method setPhonetic Enable phonetic searches for this table.
Public method setPsiEncodings Use this function to specify encodings for the PSI prefilter.
Public method setSortEncodings Use this function to specify encodings for the sort prefilter.
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 NetricsTable Overloaded.  
Top

See Also