共用方式為


LocationBasedResource interface

任何以位置為基礎的資源、追蹤或 Proxy 的通用屬性。

Extends

屬性

location

資源位置。

繼承的屬性

etag

與資源相關聯的 etag,在編輯資源時用於開放式並行存取。

id

資源標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

location

資源位置。

location?: string

屬性值

string

繼承的屬性詳細資料

etag

與資源相關聯的 etag,在編輯資源時用於開放式並行存取。

etag?: string

屬性值

string

繼承自ResourceCore.etag

id

資源標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ResourceCore.id

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自 ResourceCore.name

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ResourceCore.type