Show / Hide Table of Contents

Class RequestSummarizedMetricDataRequest

Inheritance
object
RequestSummarizedMetricDataRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OcicontrolcenterService.Requests
Assembly: OCI.DotNetSDK.Ocicontrolcenter.dll
Syntax
public class RequestSummarizedMetricDataRequest : IOciRequest
Examples

Click here to see an example of how to use RequestSummarizedMetricData request.

Properties

Limit

Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type Description
int?

For list pagination. The maximum number of results per page, or items to return in a paginated "List" call.

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

Customer part of the request identifier token. If you need to contact Oracle about a particular request, please provide the complete request ID.

Page

Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type Description
string

RequestSummarizedMetricDataDetails

Declaration
[Required(ErrorMessage = "RequestSummarizedMetricDataDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public RequestSummarizedMetricDataDetails RequestSummarizedMetricDataDetails { get; set; }
Property Value
Type Description
RequestSummarizedMetricDataDetails

Filters to apply to the metric data query

Remarks

Required

Implements

IOciRequest
In this article
Back to top