Class RequestDataCommandResponse
Response for Requests data from object store or index.
public sealed class RequestDataCommandResponse : ICommandResponse<RequestDataCommandSettings>, ICommandResponse
- Inheritance
-
RequestDataCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
HasMore
If true, there are more entries to fetch in the given range.
[JsonPropertyName("hasMore")]
public bool HasMore { get; set; }
Property Value
ObjectStoreDataEntries
Array of object store data entries.
[JsonPropertyName("objectStoreDataEntries")]
public DataEntry[] ObjectStoreDataEntries { get; set; }