Class ObjectOccurrencesRequest
Request objects for occurrences of fields
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class ObjectOccurrencesRequest
Properties
Filter
The object filter condition
Declaration
[JsonPropertyName("filter")]
public ObjectFilterCondition Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| ObjectFilterCondition |
GetDeletedOccurrences
Get occurrences for the deleted field
Declaration
[JsonPropertyName("getDeletedOccurrences")]
public bool GetDeletedOccurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
GetModifiedByOccurrences
Get occurrences for the modifiedBy field
Declaration
[JsonPropertyName("getModifiedByOccurrences")]
public bool GetModifiedByOccurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
GetTypeOccurrences
Get occurrences for the type field
Declaration
[JsonPropertyName("getTypeOccurrences")]
public bool GetTypeOccurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MaxWaitTime
The maximum time to wait for an object index update (defaults to IndexApiOptions.DefaultWaitTime)
Declaration
[JsonPropertyName("maxWaitTime")]
public TimeSpan? MaxWaitTime { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan? |
MinChangeTrackingVersion
The minimum change tracking version of the object index
Declaration
[JsonPropertyName("minChangeTrackingVersion")]
public long? MinChangeTrackingVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Page
The page to load
Declaration
[JsonPropertyName("page")]
public Page Page { get; set; }
Property Value
| Type | Description |
|---|---|
| Page |