toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
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
Members
Constructors
Database
Table
Response
Link copied to clipboard
constructor
(
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