Record Class Net.ParamsOfQueryCollection

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Net.ParamsOfQueryCollection
Record Components:
collection - Collection name (accounts, blocks, transactions, messages, block_signatures)
filter - Collection filter
result - Projection (result) string
order - Sorting order
limit - Number of documents to return
All Implemented Interfaces:
Net.ParamsOfQueryOperation
Enclosing class:
Net

public static record Net.ParamsOfQueryCollection(String collection, com.fasterxml.jackson.databind.JsonNode filter, String result, Net.OrderBy[] order, Long limit) extends Record implements Net.ParamsOfQueryOperation