LibraryInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about a library/package created at the workspace level.
public class LibraryInfo
type LibraryInfo = class
Public Class LibraryInfo
- Inheritance
-
LibraryInfo
Remarks
Library/package information of a Big Data pool powered by Apache Spark
Constructors
LibraryInfo() |
Initializes a new instance of the LibraryInfo class. |
LibraryInfo(String, String, String, Nullable<DateTime>, String, String, String) |
Initializes a new instance of the LibraryInfo class. |
Properties
ContainerName |
Gets or sets storage blob container name. |
CreatorId |
Gets creator Id of the library/package. |
Name |
Gets or sets name of the library. |
Path |
Gets or sets storage blob path of library. |
ProvisioningStatus |
Gets provisioning status of the library/package. |
Type |
Gets or sets type of the library. |
UploadedTimestamp |
Gets the last update time of the library. |
Applies to
Azure SDK for .NET