@acceleratxr/core_sdk / ReportStorageLocation

Class: ReportStorageLocation#

Defines a single location of remote storage that will be used to maintain crash dumps.

author Jean-Philippe Steinmetz info@acceleratxr.com

Hierarchy#

Index#

Constructors#

Properties#

Accessors#

Constructors#

constructor#

+ new ReportStorageLocation(other?: any): ReportStorageLocation

Overrides EntityBase.constructor

Defined in src/models/ReportStorageLocation.ts:74

Parameters:#

Name

Type

other?

any

Returns: ReportStorageLocation

Properties#

accessKey#

accessKey: string = “”

Defined in src/models/ReportStorageLocation.ts:28

The API access key to authenticate with the remote server with.


active#

active: boolean = true

Defined in src/models/ReportStorageLocation.ts:34

Indicates if the backup location is currently active for storing database snapshots. An inactive location can still be used to search and retrieve existing snapshots.


bucket#

bucket: string = “”

Defined in src/models/ReportStorageLocation.ts:39

The name of the remote storage bucket.


dateCreated#

dateCreated: Date = new Date()

Inherited from EntityBase.dateCreated

Defined in src/EntityBase.ts:18

The date and time that the object was created.


dateModified#

dateModified: Date = new Date()

Inherited from EntityBase.dateModified

Defined in src/EntityBase.ts:23

The date and time that the object was last modified.


description#

description: string = “”

Defined in src/models/ReportStorageLocation.ts:23

A textual description of the storage location.


host#

host: string = “”

Defined in src/models/ReportStorageLocation.ts:44

The host of the remote storage provider.


name#

name: string = “”

Defined in src/models/ReportStorageLocation.ts:18

The unique name of the storage location.


options#

options: any = null

Defined in src/models/ReportStorageLocation.ts:49

Additional configuration options used by the storage provider.


path#

path: string = “”

Defined in src/models/ReportStorageLocation.ts:54

The path prefix or sub-directory to store files.


provider#

provider: StorageProvider = StorageProvider.LOCAL

Defined in src/models/ReportStorageLocation.ts:59

Describes the provider type of storage location.


region#

region: string = “”

Defined in src/models/ReportStorageLocation.ts:64

The region that the bucket is located in. Note this is not supported by all providers.


secret#

secret: string = “”

Defined in src/models/ReportStorageLocation.ts:69

The API secret to authenticate with the remote server with.


uid#

uid: string = uuid.v4()

Inherited from EntityBase.uid

Defined in src/EntityBase.ts:13

The universally unique identifier of the object.


url#

url: string = “”

Defined in src/models/ReportStorageLocation.ts:74

The public base URL that crash reports stored in this location will use.


version#

version: number = 0

Inherited from EntityBase.version

Defined in src/EntityBase.ts:28

The optimistic locking version of the object.

Accessors#

ClassName#

Staticget ClassName(): string

Defined in src/models/ReportStorageLocation.ts:13

Returns: string