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

public final class LibraryInfo extends Object
Information about a library/package created at the workspace level.

Library/package information of a Big Data pool powered by Apache Spark.

  • Constructor Details

    • LibraryInfo

      public LibraryInfo()
  • Method Details

    • getName

      public String getName()
      Get the name property: Name of the library.
      Returns:
      the name value.
    • setName

      public LibraryInfo setName(String name)
      Set the name property: Name of the library.
      Parameters:
      name - the name value to set.
      Returns:
      the LibraryInfo object itself.
    • getPath

      public String getPath()
      Get the path property: Storage blob path of library.
      Returns:
      the path value.
    • setPath

      public LibraryInfo setPath(String path)
      Set the path property: Storage blob path of library.
      Parameters:
      path - the path value to set.
      Returns:
      the LibraryInfo object itself.
    • getContainerName

      public String getContainerName()
      Get the containerName property: Storage blob container name.
      Returns:
      the containerName value.
    • setContainerName

      public LibraryInfo setContainerName(String containerName)
      Set the containerName property: Storage blob container name.
      Parameters:
      containerName - the containerName value to set.
      Returns:
      the LibraryInfo object itself.
    • getUploadedTimestamp

      public OffsetDateTime getUploadedTimestamp()
      Get the uploadedTimestamp property: The last update time of the library.
      Returns:
      the uploadedTimestamp value.
    • setUploadedTimestamp

      public LibraryInfo setUploadedTimestamp(OffsetDateTime uploadedTimestamp)
      Set the uploadedTimestamp property: The last update time of the library.
      Parameters:
      uploadedTimestamp - the uploadedTimestamp value to set.
      Returns:
      the LibraryInfo object itself.
    • getType

      public String getType()
      Get the type property: Type of the library.
      Returns:
      the type value.
    • setType

      public LibraryInfo setType(String type)
      Set the type property: Type of the library.
      Parameters:
      type - the type value to set.
      Returns:
      the LibraryInfo object itself.
    • getProvisioningStatus

      public String getProvisioningStatus()
      Get the provisioningStatus property: Provisioning status of the library/package.
      Returns:
      the provisioningStatus value.
    • getCreatorId

      public String getCreatorId()
      Get the creatorId property: Creator Id of the library/package.
      Returns:
      the creatorId value.