Get Account Consistency Policy
data class GetAccountConsistencyPolicy(val consistencyLevel: String, val maxIntervalInSeconds: Int, val maxStalenessPrefix: Int)
Constructors
Link copied to clipboard
fun GetAccountConsistencyPolicy(consistencyLevel: String, maxIntervalInSeconds: Int, maxStalenessPrefix: Int)