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
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class DeltaDetails : IDirectResponseSchema
Properties
DecreasedResources
Details of resources that have decreased.
Declaration
[JsonProperty("decreasedResources")]
public virtual IList<ResourceDetails> DecreasedResources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ResourceDetails> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IncreasedResources
Details of resources that have increased.
Declaration
[JsonProperty("increasedResources")]
public virtual IList<ResourceDetails> IncreasedResources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ResourceDetails> |