Class FieldInfo
Contains field schema information.
Inherited Members
Namespace: Oci.LoggingsearchService.Models
Assembly: OCI.DotNetSDK.Loggingsearch.dll
Syntax
public class FieldInfo
Properties
FieldName
Declaration
[Required(ErrorMessage = "FieldName is required.")]
[JsonProperty(PropertyName = "fieldName")]
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
string | Field name |
Remarks
Required
FieldType
Declaration
[Required(ErrorMessage = "FieldType is required.")]
[JsonProperty(PropertyName = "fieldType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public FieldInfo.FieldTypeEnum? FieldType { get; set; }
Property Value
Type | Description |
---|---|
FieldInfo.FieldTypeEnum? | Field type -
|
Remarks
Required