Routing Storage Container Properties Response
data class RoutingStorageContainerPropertiesResponse(val authenticationType: String? = null, val batchFrequencyInSeconds: Int? = null, val connectionString: String? = null, val containerName: String, val encoding: String? = null, val endpointUri: String? = null, val fileNameFormat: String? = null, val id: String? = null, val identity: ManagedIdentityResponse? = null, val maxChunkSizeInBytes: Int? = null, val name: String, val resourceGroup: String? = null, val subscriptionId: String? = null)
The properties related to a storage container endpoint.
Constructors
Link copied to clipboard
fun RoutingStorageContainerPropertiesResponse(authenticationType: String? = null, batchFrequencyInSeconds: Int? = null, connectionString: String? = null, containerName: String, encoding: String? = null, endpointUri: String? = null, fileNameFormat: String? = null, id: String? = null, identity: ManagedIdentityResponse? = null, maxChunkSizeInBytes: Int? = null, name: String, resourceGroup: String? = null, subscriptionId: String? = null)