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

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

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

Represents throttled requests details for an object prefix.

Inheritance

object > IntelligenceFinding.Types.ThrottledRequestSpike.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.ThrottledRequestSpike.Types.BucketContribution.Types.Contribution.Types.PrefixContribution other)
Parameter
Name Description
other IntelligenceFindingTypesThrottledRequestSpikeTypesBucketContributionTypesContributionTypesPrefixContribution

Properties

PercentageIncrease

public double PercentageIncrease { get; set; }

Output only. The percentage increase in throttled requests 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

ThrottledRequests

public long ThrottledRequests { get; set; }

Output only. The count of throttled requests for the object prefix.

Property Value
Type Description
long