public class ArchiveDetailsPublic Class ArchiveDetailspublic ref class ArchiveDetailsSnapDB.Snap.Services.ArchiveDetails = function();
Type.createClass(
'SnapDB.Snap.Services.ArchiveDetails');| EndTime | Gets the end time of the archive, if applicable to Key type. |
| FileName | The name of the file. |
| FileSize | Gets the size of the file in bytes. |
| FirstKey | Gets the first key as a string. |
| Flags | Gets the flags for the archive file. |
| Id | The ID for the file. |
| IsEmpty | Gets if the file contains anything. |
| LastKey | Gets the last key as a string. |
| StartTime | Gets the start time of the archive, if applicable to Key type. |
| CreateTKey, TValue | Creates a ArchiveDetails from a specific ArchiveTableSummaryTKey, TValue |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |