pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datamigration.kotlin.outputs
/
DatabaseTableResponse
Database
Table
Response
data
class
DatabaseTableResponse
(
val
hasRows
:
Boolean
,
val
name
:
String
)
Table properties
Types
Constructors
Properties
Constructors
Database
Table
Response
Link copied to clipboard
fun
DatabaseTableResponse
(
hasRows
:
Boolean
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
has
Rows
Link copied to clipboard
val
hasRows
:
Boolean
Indicates whether table is empty or not
name
Link copied to clipboard
val
name
:
String
Schema-qualified name of the table