Database Center v1beta API - Class DeltaDetails (1.0.0-beta03)

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

Reference documentation and code samples for the Database Center v1beta API class DeltaDetails.

Captures the details of items that have increased or decreased in some bucket when compared to some point in history. It is currently used to capture the delta of resources that have been added or removed in the fleet as well as to capture the resources that have a change in Issue/Signal status.

Inheritance

object > DeltaDetails

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

DeltaDetails()

public DeltaDetails()

DeltaDetails(DeltaDetails)

public DeltaDetails(DeltaDetails other)
Parameter
Name Description
other DeltaDetails

Properties

DecreasedResources

public RepeatedField<ResourceDetails> DecreasedResources { get; }

Details of resources that have decreased.

Property Value
Type Description
RepeatedFieldResourceDetails

IncreasedResources

public RepeatedField<ResourceDetails> IncreasedResources { get; }

Details of resources that have increased.

Property Value
Type Description
RepeatedFieldResourceDetails