Show / Hide Table of Contents

Class DatabaseResourceFeed

DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform.

Inheritance
object
DatabaseResourceFeed
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 DatabaseResourceFeed : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FeedTimestamp

object representation of FeedTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FeedTimestampDateTimeOffset instead.")]
public virtual object FeedTimestamp { get; set; }
Property Value
Type Description
object

FeedTimestampDateTimeOffset

DateTimeOffset representation of FeedTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? FeedTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

FeedTimestampRaw

Required. Timestamp when feed is generated.

Declaration
[JsonProperty("feedTimestamp")]
public virtual string FeedTimestampRaw { get; set; }
Property Value
Type Description
string

FeedType

Required. Type feed to be ingested into condor

Declaration
[JsonProperty("feedType")]
public virtual string FeedType { get; set; }
Property Value
Type Description
string

ObservabilityMetricData

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

RecommendationSignalData

Declaration
[JsonProperty("recommendationSignalData")]
public virtual DatabaseResourceRecommendationSignalData RecommendationSignalData { get; set; }
Property Value
Type Description
DatabaseResourceRecommendationSignalData

ResourceHealthSignalData

Declaration
[JsonProperty("resourceHealthSignalData")]
public virtual DatabaseResourceHealthSignalData ResourceHealthSignalData { get; set; }
Property Value
Type Description
DatabaseResourceHealthSignalData

ResourceId

Primary key associated with the Resource. resource_id is available in individual feed level as well.

Declaration
[JsonProperty("resourceId")]
public virtual DatabaseResourceId ResourceId { get; set; }
Property Value
Type Description
DatabaseResourceId

ResourceMetadata

Declaration
[JsonProperty("resourceMetadata")]
public virtual DatabaseResourceMetadata ResourceMetadata { get; set; }
Property Value
Type Description
DatabaseResourceMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX