Google Cloud Memorystore for Redis (cluster management) v1 API - Class BackupFile (1.4.0)

public sealed class BackupFile : IMessage<BackupFile>, IEquatable<BackupFile>, IDeepCloneable<BackupFile>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class BackupFile.

Backup is consisted of multiple backup files.

Inheritance

object > BackupFile

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

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