LibraryResourceProperties Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.LibraryResourceProperties

public final class LibraryResourceProperties

Library/package properties.

Constructor Summary

Constructor Description
LibraryResourceProperties()

Creates an instance of LibraryResourceProperties class.

Method Summary

Modifier and Type Method and Description
String getContainerName()

Get the containerName property: Container name of the library/package.

String getCreatorId()

Get the creatorId property: Creator Id of the library/package.

String getName()

Get the name property: Name of the library/package.

String getPath()

Get the path property: Location of library/package in storage account.

String getProvisioningStatus()

Get the provisioningStatus property: Provisioning status of the library/package.

String getType()

Get the type property: Type of the library/package.

String getUploadedTimestamp()

Get the uploadedTimestamp property: The last update time of the library/package.

Methods inherited from java.lang.Object

Constructor Details

LibraryResourceProperties

public LibraryResourceProperties()

Creates an instance of LibraryResourceProperties class.

Method Details

getContainerName

public String getContainerName()

Get the containerName property: Container name of the library/package.

Returns:

the containerName value.

getCreatorId

public String getCreatorId()

Get the creatorId property: Creator Id of the library/package.

Returns:

the creatorId value.

getName

public String getName()

Get the name property: Name of the library/package.

Returns:

the name value.

getPath

public String getPath()

Get the path property: Location of library/package in storage account.

Returns:

the path value.

getProvisioningStatus

public String getProvisioningStatus()

Get the provisioningStatus property: Provisioning status of the library/package.

Returns:

the provisioningStatus value.

getType

public String getType()

Get the type property: Type of the library/package.

Returns:

the type value.

getUploadedTimestamp

public String getUploadedTimestamp()

Get the uploadedTimestamp property: The last update time of the library/package.

Returns:

the uploadedTimestamp value.

Applies to