Record Class Net.ParamsOfAggregateCollection

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Net.ParamsOfAggregateCollection
Record Components:
collection - Collection name (accounts, blocks, transactions, messages, block_signatures)
filter - Collection filter
fields - Projection (result) string
All Implemented Interfaces:
Net.ParamsOfQueryOperation
Enclosing class:
Net

public static record Net.ParamsOfAggregateCollection(String collection, com.fasterxml.jackson.databind.JsonNode filter, Net.FieldAggregation[] fields) extends Record implements Net.ParamsOfQueryOperation