public sealed class DeltaDetails : IMessage<DeltaDetails>, IEquatable<DeltaDetails>, IDeepCloneable<DeltaDetails>, IBufferMessage, IMessageReference 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.
Implements
IMessageDeltaDetails, IEquatableDeltaDetails, IDeepCloneableDeltaDetails, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
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 |
|