QueueConfig

data class QueueConfig(val contentBasedDeduplication: Boolean = false)(source)

The queue settings the fake honours. Recorded by CreateQueue, dropped by DeleteQueue.

Constructors

Link copied to clipboard
constructor(contentBasedDeduplication: Boolean = false)

Properties