Interface IIpProperty
An ip field can index/store either IPv4 or IPv6 addresses.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IIpProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Properties
| Edit this page View SourceIndex
Declaration
[DataMember(Name = "index")]
bool? Index { get; set; }
Property Value
Type | Description |
---|---|
bool? |
NullValue
Declaration
[DataMember(Name = "null_value")]
string NullValue { get; set; }
Property Value
Type | Description |
---|---|
string |