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
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1.Data
Assembly: Google.Apis.CloudRedis.v1.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? |