Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LargeProperty

Index

Constructors

constructor

  • new LargeProperty(encodedData: string, contentType?: string, hasMore?: boolean, type?: string, url?: string): LargeProperty
  • Parameters

    • encodedData: string
    • Optional contentType: string
    • Default value hasMore: boolean = false
    • Default value type: string = TypeNames.LargePropertyTypeName
    • Optional url: string

    Returns LargeProperty

Properties

Optional contentType

contentType: string

encodedData

encodedData: string

hasMore

hasMore: boolean

type

type: string

Optional url

url: string

Static Private DEFAULT_MIME_TYPE

DEFAULT_MIME_TYPE: string = "application/octet-stream"

Accessors

isLoaded

  • get isLoaded(): boolean

mimeType

  • get mimeType(): string

Methods

asNewLargeProperty

  • asNewLargeProperty(encodedData: string, hasMore?: boolean): LargeProperty

toUrl

  • toUrl(): string

Generated using TypeDoc