FlowPropertiesResponse

data class FlowPropertiesResponse(val connection: SelectedResourceResponse? = null, val dataType: String? = null, val flowId: String, val flowType: String? = null, val keyVaultUri: String? = null, val linkStatus: String, val linkedFlowId: String, val policies: List<String>? = null, val provisioningState: String, val schema: SchemaResponse? = null, val serviceBusQueueId: String? = null, val status: String? = null, val storageAccountId: String? = null, val storageAccountName: String? = null, val storageContainerName: String? = null)

Properties of flow

Constructors

Link copied to clipboard
constructor(connection: SelectedResourceResponse? = null, dataType: String? = null, flowId: String, flowType: String? = null, keyVaultUri: String? = null, linkStatus: String, linkedFlowId: String, policies: List<String>? = null, provisioningState: String, schema: SchemaResponse? = null, serviceBusQueueId: String? = null, status: String? = null, storageAccountId: String? = null, storageAccountName: String? = null, storageContainerName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connection associated with this flow

Link copied to clipboard
val dataType: String? = null

Transfer Storage Blobs or Tables

Link copied to clipboard

Dataflow GUID associated with this flow

Link copied to clipboard
val flowType: String? = null

The flow type for this flow

Link copied to clipboard
val keyVaultUri: String? = null

AME, PME, or TORUS only! AKV Chain Containing SAS Token

Link copied to clipboard

Resource ID of the linked flow

Link copied to clipboard

Link status of the current flow

Link copied to clipboard
val policies: List<String>? = null

The policies for this flow

Link copied to clipboard

Provisioning state of the flow

Link copied to clipboard
val schema: SchemaResponse? = null

The selected schema for this flow

Link copied to clipboard

Service Bus Queue ID

Link copied to clipboard
val status: String? = null

Status of the current flow

Link copied to clipboard

Storage Account ID

Link copied to clipboard

Storage Account

Link copied to clipboard

Storage Container Name