简体   繁体   English

天蓝色服务总线EnqueuedTimeUtc

[英]azure service bus EnqueuedTimeUtc

I'm sending messages through azure service bus and i'm trying to pick them up and read them within a Logic App . 我正在通过azure服务总线发送消息,并且试图在Logic App拾取它们并阅读它们。

I'm just having some trouble collecting the timestamp from the messages. 我只是在从消息中收集时间戳时遇到了一些麻烦。 My EnqueuedTimeUtc values look like this: 5247588462813888675 我的EnqueuedTimeUtc值如下所示: 5247588462813888675

I don't know what sort of timestamp that is. 我不知道那是哪种时间戳。 Has someone seen it before? 有人看过吗?

{
"http://schemas.microsoft.com/xrm/2011/Claims/Organization": "organisationon.crm6.dynamics.com",
"http://schemas.microsoft.com/xrm/2011/Claims/User": "",
"http://schemas.microsoft.com/xrm/2011/Claims/InitiatingUser": "",
"http://schemas.microsoft.com/xrm/2011/Claims/EntityLogicalName": "incident",
"http://schemas.microsoft.com/xrm/2011/Claims/RequestName": "Update",
"RuleName": "$Default",
"EventName": "IncidentChanged",
"MessageSource": "dxcrm-incidentcreated",
"CorrelationId": "{35ca6d32-e345-4692-aa1a-fafa65c4a657}",
"DeliveryCount": "1",
"EnqueuedSequenceNumber": "3",
"EnqueuedTimeUtc": "5247588462813888675",
"ExpiresAtUtc": "3155378975999999999",
"LockedUntilUtc": "5247588463817777224",
"LockToken": "cfa35891-9662-4a7a-a6ad-0be9383b4dc0",
"MessageId": "2ae22770dd134bfc9ae3bf15bd89f48f",
"ScheduledEnqueueTimeUtc": "0",
"SequenceNumber": "11000023",
"Size": "5832",
"State": "Active",
"TimeToLive": "9223372036854775807"
}

According to documentation it's date time. 根据文档,它是日期时间。 Looking at the value, probably ticks. 看值,可能会变动。

https://msdn.microsoft.com/en-us/library/microsoft.servicebus.messaging.brokeredmessage.enqueuedtimeutc.aspx https://msdn.microsoft.com/zh-CN/library/microsoft.servicebus.messaging.brokeredmessage.enqueuedtimeutc.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM