Cloud Storage v2 API - Class IntelligenceFinding.Types.CrossRegionEgressSpike.Types.BucketContribution.Types.Contribution.Types.PrefixContribution (1.8.0)

public sealed class IntelligenceFinding.Types.CrossRegionEgressSpike.Types.BucketContribution.Types.Contribution.Types.PrefixContribution : IMessage<IntelligenceFinding.Types.CrossRegionEgressSpike.Types.BucketContribution.Types.Contribution.Types.PrefixContribution>, IEquatable<IntelligenceFinding.Types.CrossRegionEgressSpike.Types.BucketContribution.Types.Contribution.Types.PrefixContribution>, IDeepCloneable<IntelligenceFinding.Types.CrossRegionEgressSpike.Types.BucketContribution.Types.Contribution.Types.PrefixContribution>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Storage v2 API class IntelligenceFinding.Types.CrossRegionEgressSpike.Types.BucketContribution.Types.Contribution.Types.PrefixContribution.

Represents the cross-region egress spike details for an object prefix.

Inheritance

object > IntelligenceFinding.Types.CrossRegionEgressSpike.Types.BucketContribution.Types.Contribution.Types.PrefixContribution

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

PrefixContribution()

public PrefixContribution()

PrefixContribution(PrefixContribution)

public PrefixContribution(IntelligenceFinding.Types.CrossRegionEgressSpike.Types.BucketContribution.Types.Contribution.Types.PrefixContribution other)
Parameter
Name Description
other IntelligenceFindingTypesCrossRegionEgressSpikeTypesBucketContributionTypesContributionTypesPrefixContribution

Properties

PercentageIncrease

public double PercentageIncrease { get; set; }

Output only. The percentage increase in cross-region egress for the object prefix.

Property Value
Type Description
double

Prefix

public string Prefix { get; set; }

Output only. The object prefix. Format: a/b/c, 'a/b/d', etc.

Property Value
Type Description
string

TotalEgressBytes

public long TotalEgressBytes { get; set; }

Output only. The total cross-region egress volume in bytes from the object prefix.

Property Value
Type Description
long