PyPiLibraryProperties interface

Properties of a PyPi library in the cluster.

Extends

Properties

name

Name of the PyPi package.

type

Polymorphic discriminator, which specifies the different types this object can be

version

Version of the PyPi package.

Inherited Properties

message

Error message of the library operation when a failure occurs. NOTE: This property will not be serialized. It can only be populated by the server.

remarks

Remark of the latest library management operation.

status

Status of the library. NOTE: This property will not be serialized. It can only be populated by the server.

timestamp

Timestamp of the latest library management operation. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

name

Name of the PyPi package.

name: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "pypi"

Property Value

"pypi"

version

Version of the PyPi package.

version?: string

Property Value

string

Inherited Property Details

message

Error message of the library operation when a failure occurs. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

Inherited From ClusterLibraryProperties.message

remarks

Remark of the latest library management operation.

remarks?: string

Property Value

string

Inherited From ClusterLibraryProperties.remarks

status

Status of the library. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

Inherited From ClusterLibraryProperties.status

timestamp

Timestamp of the latest library management operation. NOTE: This property will not be serialized. It can only be populated by the server.

timestamp?: Date

Property Value

Date

Inherited From ClusterLibraryProperties.timestamp