Show / Hide Table of Contents

Class SignalMetadata

SignalMetadata contains one of the signal metadata proto messages associated with a SignalType. This proto will be mapped to SignalMetadata message in storage.proto. Next ID: 3

Inheritance
object
SignalMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class SignalMetadata : IDirectResponseSchema

Properties

BackupRun

Signal data for backup runs.

Declaration
[JsonProperty("backupRun")]
public virtual BackupRun BackupRun { get; set; }
Property Value
Type Description
BackupRun

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SignalBoolValue

Signal data for boolean signals.

Declaration
[JsonProperty("signalBoolValue")]
public virtual bool? SignalBoolValue { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX