LibraryInfo interface
Library/package information of a Big Data pool powered by Apache Spark
Properties
container |
Storage blob container name. |
creator |
Creator Id of the library/package. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the library. |
path | Storage blob path of library. |
provisioning |
Provisioning status of the library/package. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Type of the library. |
uploaded |
The last update time of the library. |
Property Details
containerName
Storage blob container name.
containerName?: string
Property Value
string
creatorId
Creator Id of the library/package. NOTE: This property will not be serialized. It can only be populated by the server.
creatorId?: string
Property Value
string
name
Name of the library.
name?: string
Property Value
string
path
Storage blob path of library.
path?: string
Property Value
string
provisioningStatus
Provisioning status of the library/package. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningStatus?: string
Property Value
string
type
Type of the library.
type?: string
Property Value
string
uploadedTimestamp
The last update time of the library.
uploadedTimestamp?: Date
Property Value
Date