public sealed class BackupFile : IMessage<BackupFile>, IEquatable<BackupFile>, IDeepCloneable<BackupFile>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class BackupFile.
Backup is consisted of multiple backup files.
Implements
IMessageBackupFile, IEquatableBackupFile, IDeepCloneableBackupFile, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
BackupFile()
public BackupFile()BackupFile(BackupFile)
public BackupFile(BackupFile other)| Parameter | |
|---|---|
| Name | Description |
other |
BackupFile |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the backup file was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
FileName
public string FileName { get; set; }Output only. e.g: <shard-id>.rdb
| Property Value | |
|---|---|
| Type | Description |
string |
|
SizeBytes
public long SizeBytes { get; set; }Output only. Size of the backup file in bytes.
| Property Value | |
|---|---|
| Type | Description |
long |
|