ServiceCreatedEvent
服務已建立事件。
屬性
名稱 | 類型 | 必要 |
---|---|---|
EventInstanceId |
字串 (uuid) | 是 |
Category |
字串 | No |
TimeStamp |
字串 (日期-時間) | 是 |
HasCorrelatedEvents |
boolean | No |
ServiceId |
字串 | 是 |
ServiceTypeName |
字串 | 是 |
ApplicationName |
字串 | 是 |
ApplicationTypeName |
字串 | Yes |
ServiceInstance |
整數 (int64) | 是 |
IsStateful |
boolean | 是 |
PartitionCount |
integer (int32) | Yes |
TargetReplicaSetSize |
integer (int32) | Yes |
MinReplicaSetSize |
integer (int32) | 是 |
ServicePackageVersion |
字串 | Yes |
PartitionId |
字串 (uuid) | Yes |
EventInstanceId
類型:字串 (uuid)
必要:是
FabricEvent 實例的識別碼。
Category
類型:字串
必要:否
事件的類別。
TimeStamp
類型:字串 (日期時間)
必要:是
記錄時間事件。
HasCorrelatedEvents
類型:布林值
必要:否
顯示有現有的相關事件可供使用。
ServiceId
類型:字串
必要:是
服務的身分識別。 此識別碼是服務名稱的編碼標記法。 這會用於 REST API 來識別服務資源。
從 6.0 版開始,階層式名稱會以 「~」 字元分隔。 例如,如果服務名稱是 "fabric:/myapp/app1/svc1",那麼在 6.0 以上的版本中,服務識別為 "myapp~app1~svc1",在舊版中則為 "myapp/app1/svc1"。
ServiceTypeName
類型:字串
必要:是
服務類型名稱。
ApplicationName
類型:字串
必要:是
應用程式名稱。
ApplicationTypeName
類型:字串
必要:是
應用程式類型名稱。
ServiceInstance
類型:整數 (int64)
必要:是
服務實例的識別碼。
IsStateful
類型:布林值
必要:是
指出服務是否具狀態。
PartitionCount
類型:整數 (int32)
必要:是
分割區數目。
TargetReplicaSetSize
類型:整數 (int32)
必要:是
目標複本集的大小。
MinReplicaSetSize
類型:整數 (int32)
必要:是
複本集的大小下限。
ServicePackageVersion
類型:字串
必要:是
服務套件的版本。
PartitionId
類型:字串 (uuid)
必要:是
Service Fabric 用來唯一識別資料分割的內部識別碼。 這是建立服務時隨機產生的 GUID。 分割區識別碼是唯一的,而且不會在服務的存留期內變更。 如果已刪除相同的服務,並重新建立其分割區的識別碼會不同。