Class SnapshotInfo
Information about the snapshot.
Inheritance
System.Object
SnapshotInfo
Namespace: Cireson.Core.Interfaces.DataAccess
Assembly: Cireson.Core.Interfaces.dll
Syntax
public class SnapshotInfo : object
Remarks
Admin, 8/24/2017.
Properties
View SourceFullName
Gets or sets the name of the full.
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the full. |
Metadata
Gets or sets the metadata.
Declaration
public SnapshotMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
SnapshotMetadata | The metadata. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |