Class ErrorCause.ErrorCauseMetadata
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
public class ErrorCause.ErrorCauseMetadata
- Inheritance
-
ErrorCause.ErrorCauseMetadata
- Inherited Members
-
Constructors
public ErrorCauseMetadata()
Properties
public long? BytesLimit { get; set; }
Property Value
- long?
public long? BytesWanted { get; set; }
Property Value
- long?
public int? Column { get; set; }
Property Value
- int?
public IReadOnlyCollection<ShardFailure> FailedShards { get; set; }
Property Value
- IReadOnlyCollection<ShardFailure>
public bool? Grouped { get; set; }
Property Value
- bool?
public string Index { get; set; }
Property Value
- string
public string IndexUUID { get; set; }
Property Value
- string
public string Language { get; set; }
Property Value
- string
public string LicensedExpiredFeature { get; set; }
Property Value
- string
public int? Line { get; set; }
Property Value
- int?
public string Phase { get; set; }
Property Value
- string
public IReadOnlyCollection<string> ResourceId { get; set; }
Property Value
- IReadOnlyCollection<string>
public string ResourceType { get; set; }
Property Value
- string
public string Script { get; set; }
Property Value
- string
public IReadOnlyCollection<string> ScriptStack { get; set; }
Property Value
- IReadOnlyCollection<string>
public int? Shard { get; set; }
Property Value
- int?