IRegnoConfigDoc Properties

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

IRegnoConfigDoc Properties

The IRegnoConfigDoc type exposes the following members.

Properties


  Name Description
Public property ConfigDefsDocId
The unique identifier (id) of the ConfigDefinitionsDoc document. Used for informational purposes to enable fast retrieval of all the definitions used in a single Configuration Document Collection. This field can be excluded when generating the id.
Public property Description
A free form string description of the data that this configuration holds.
Public property EndTime
A 64-bit Long timestamp specifying end time of the data that this configuration holds. If this configuration holds no data, then the value represents the last modified time of the source document. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970. This field can be excluded when generating the id.
Public property Name
A free form string name for the data that this configuration holds.
Public property Number
A version number of the data held by the configuration.
Public property ParentConfigDocId
The unique identifier (id) of the parent ConfigDoc document. Used to allow child to parent relationships of data. This field can be excluded when generating the id.
Public property Source
The source file name (including extension) for the data held by the configuration.
Public property SourceFileExtension
The source file name extension for the data held by the configuration.
Public property SourceLocation
The source folder path (excluding file name) for the data held by the configuration.
Public property SourceType
A fixed type description of the primary data held by this configuration. Valid options are: Data, Configuration, Audio, Video.
Public property StartTime
A 64-bit Long timestamp specifying start time of the data that this configuration holds. If this configuration holds no data, then the value represents the last modified time of the source document. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970.
Public property State
Free form field for describing the state of the configuration doc.
Public property Tags
An array of key/pair free form string values. Used to store meta data related to the data stored by this configuration.