public sealed class Metadata : IMessage<Metadata>, IEquatable<Metadata>, IDeepCloneable<Metadata>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class Metadata.
A metadata key/value entry.
Namespace
Google.Cloud.BackupDR.V1Assembly
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 |
|