Class StorageBackup
Storage item backup information.
Inheritance
System.Object
StorageBackup
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.SaveSystem.Storage
Assembly: Bayat.SaveSystem.Runtime.dll
Syntax
public class StorageBackup
Constructors
| Improve this Doc View SourceStorageBackup(String, DateTime)
Declaration
public StorageBackup(string identifier, DateTime backupTimeUtc)
Parameters
Type | Name | Description |
---|---|---|
System.String | identifier | |
System.DateTime | backupTimeUtc |
Fields
| Improve this Doc View SourceBackupTimeUtc
Declaration
[JsonProperty]
public readonly DateTime BackupTimeUtc
Field Value
Type | Description |
---|---|
System.DateTime |
Identifier
Declaration
[JsonProperty]
public readonly string Identifier
Field Value
Type | Description |
---|---|
System.String |