This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IArchiveRegistrationInfo Interface (ArcObjects .NET 10.4 SDK) |
The properties used to register a dataset for archiving and for describing an already registered object.
The EnableArchiving method takes a set of ArchiveRegistrationInfo objects. The IArchiveRegistrationInfo interface can be leveraged to define the archive registration configuration. The interface contains four read/write properties which define the customization. The DatasetName property refers to the name of the dataset this registration info object applies to. The ArchiveTableName property specifies the name of the archive table that will be created by the registration process. The FromFieldName and ToFieldName properties specify the historical schema for the archive table.
Description | ||
---|---|---|
ArchiveTableName | The name of the archive table. | |
DatasetName | The name of the dataset this registration information applies to. | |
FromFieldName | The name of the FROM field. | |
OIDFieldName | The name of the archive object id field. | |
SeedTimeStamp | The initial timestamp when archiving was enabled. | |
ToFieldName | The name of the TO field. |
CoClasses and Classes | Description |
---|---|
ArchiveRegistrationInfo |
It is important to note that unless there is an entry in the set for each archive object a default schema setup will be used during the time of registration.