Class GetSsisObjectMetadataRequest

java.lang.Object
com.azure.analytics.synapse.artifacts.models.GetSsisObjectMetadataRequest

public final class GetSsisObjectMetadataRequest extends Object
The request payload of get SSIS object metadata.
  • Constructor Details

    • GetSsisObjectMetadataRequest

      public GetSsisObjectMetadataRequest()
  • Method Details

    • getMetadataPath

      public String getMetadataPath()
      Get the metadataPath property: Metadata path.
      Returns:
      the metadataPath value.
    • setMetadataPath

      public GetSsisObjectMetadataRequest setMetadataPath(String metadataPath)
      Set the metadataPath property: Metadata path.
      Parameters:
      metadataPath - the metadataPath value to set.
      Returns:
      the GetSsisObjectMetadataRequest object itself.