Backup and DR Service v1 API - Class Metadata (1.2.0)

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

Reference documentation and code samples for the Backup and DR Service v1 API class Metadata.

A metadata key/value entry.

Inheritance

object > Metadata

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

Metadata()

public Metadata()

Metadata(Metadata)

public Metadata(Metadata other)
Parameter
Name Description
other Metadata

Properties

Items

public RepeatedField<Entry> Items { get; }

Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

Property Value
Type Description
RepeatedFieldEntry