Show / Hide Table of Contents

Class QueryableFieldCollection

List of the fields that are indexed for querying and their associated value types. Results contain QueryableFieldSummary objects.

Inheritance
object
QueryableFieldCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class QueryableFieldCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<QueryableFieldSummary> Items { get; set; }
Property Value
Type Description
List<QueryableFieldSummary>

A collection of queryable field summaries.

Remarks

Required

In this article
Back to top