QueryLargeTableResults
public struct QueryLargeTableResults : Codable, Equatable
Configuration for table retrieval.
-
Whether to enable table retrieval.
Declaration
Swift
public var enabled: Bool? -
Maximum number of tables to return.
Declaration
Swift
public var count: Int? -
Initialize a
QueryLargeTableResultswith member variables.Declaration
Swift
public init( enabled: Bool? = nil, count: Int? = nil )Parameters
enabledWhether to enable table retrieval.
countMaximum number of tables to return.
Return Value
An initialized
QueryLargeTableResults.
View on GitHub
QueryLargeTableResults Structure Reference