Uses of Class
com.azure.analytics.synapse.artifacts.models.LinkTableStatus
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of LinkTableStatus in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionLinkTableStatus.setErrorCode
(String errorCode) Set the errorCode property: Link table error code.LinkTableStatus.setErrorMessage
(String errorMessage) Set the errorMessage property: Link table error message.Set the id property: ID provided by the client.LinkTableStatus.setLastProcessedData
(OffsetDateTime lastProcessedData) Set the lastProcessedData property: Link table last processed data time.LinkTableStatus.setLastTransactionCommitTime
(OffsetDateTime lastTransactionCommitTime) Set the lastTransactionCommitTime property: Link table last transaction commit time.LinkTableStatus.setLinkTableId
(String linkTableId) Set the linkTableId property: Link table ID.LinkTableStatus.setStartTime
(Object startTime) Set the startTime property: Link table start time.Set the status property: Link table status, please refer to this [articles](https://learn.microsoft.com/azure/synapse-analytics/synapse-link/sql-database-synapse-link#monitoring) for details.LinkTableStatus.setStopTime
(Object stopTime) Set the stopTime property: Link table stop time.Modifier and TypeMethodDescriptionLinkConnectionQueryTableStatus.getValue()
Get the value property: Link tables' status.Modifier and TypeMethodDescriptionLinkConnectionQueryTableStatus.setValue
(List<LinkTableStatus> value) Set the value property: Link tables' status.