Class CloudProject

Represents a unique cloud project that the user has access to on the web.

Hierarchy

  • FrameworkObject
    • CloudProject

Constructors

  • Parameters

    • OptionalisInternalConstructor: boolean

    Returns CloudProject

Accessors

  • get category(): string
  • A string that represents the category of a project.

    Returns string

  • set category(value): void
  • Parameters

    • value: string

    Returns void

  • get companyName(): string
  • Contains the name of the company that owns the project.

    Returns string

  • set companyName(value): void
  • Parameters

    • value: string

    Returns void

  • get copyrightOwner(): string
  • Contains the name of the company that owns the project.

    Returns string

  • set copyrightOwner(value): void
  • Parameters

    • value: string

    Returns void

  • get description(): string
  • The description of the project.

    Returns string

  • set description(value): void
  • Parameters

    • value: string

    Returns void

  • get developerWebsite(): string
  • A URL of the developer website for the project. Can be empty.

    Returns string

  • set developerWebsite(value): void
  • Parameters

    • value: string

    Returns void

  • get freeSizeInMB(): number
  • Specifies the free size (in MB) available to the project. If empty, the project has no limit.

    Returns number

  • set freeSizeInMB(value): void
  • Parameters

    • value: number

    Returns void

  • get lastModifiedDate(): string
  • The last modification date of the project.

    Returns string

  • set lastModifiedDate(value): void
  • Parameters

    • value: string

    Returns void

  • get name(): string
  • The name of the project.

    Returns string

  • set name(value): void
  • Parameters

    • value: string

    Returns void

  • get ownerUserUUID(): UUID
  • The owning user UUID of the project.

    Returns UUID

  • set ownerUserUUID(value): void
  • Parameters

    Returns void

  • get privacyPolicyURL(): string
  • A URL of the project's privacy policy.

    Returns string

  • set privacyPolicyURL(value): void
  • Parameters

    • value: string

    Returns void

  • get projectWebsite(): string
  • A URL of the website for the project. Can be empty.

    Returns string

  • set projectWebsite(value): void
  • Parameters

    • value: string

    Returns void

  • get totalSizeInMB(): number
  • Specifies the size (in MB) of all files on the project.

    Returns number

  • set totalSizeInMB(value): void
  • Parameters

    • value: number

    Returns void

  • get usedMainSizeInMB(): number
  • Specifies the size (in MB) of all main files on the project.

    Returns number

  • set usedMainSizeInMB(value): void
  • Parameters

    • value: number

    Returns void

  • get usedSizeInMB(): number
  • Specifies the size (in MB) of all active files on the project.

    Returns number

  • set usedSizeInMB(value): void
  • Parameters

    • value: number

    Returns void

  • get usedStreamingSizeInMB(): number
  • Specifies the size (in MB) of all streaming files on the project.

    Returns number

  • set usedStreamingSizeInMB(value): void
  • Parameters

    • value: number

    Returns void

  • get usedVersionedSizeInMB(): number
  • Specifies the size (in MB) of all versioned files on the project.

    Returns number

  • set usedVersionedSizeInMB(value): void
  • Parameters

    • value: number

    Returns void

  • get uuid(): UUID
  • The UUID of the project.

    Returns UUID

  • set uuid(value): void
  • Parameters

    Returns void