Class BatchingConfigProto
BatchingConfigProto
defines the batching configuration for an API method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class BatchingConfigProto : IDirectResponseSchema
Properties
BatchDescriptor
The request and response fields used in batching.
Declaration
[JsonProperty("batchDescriptor")]
public virtual BatchingDescriptorProto BatchDescriptor { get; set; }
Property Value
Type | Description |
---|---|
BatchingDescriptorProto |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Thresholds
The thresholds which trigger a batched request to be sent.
Declaration
[JsonProperty("thresholds")]
public virtual BatchingSettingsProto Thresholds { get; set; }
Property Value
Type | Description |
---|---|
BatchingSettingsProto |