EventData.SystemProperties Class
- java.
lang. Object - java.
util. AbstractMap - java.
util. HashMap - com.
microsoft. azure. eventhubs. EventData. SystemProperties
- com.
- java.
- java.
public static class EventData.SystemProperties
extends HashMap<String,Object>
Constructor Summary
Constructor | Description | |
---|---|---|
SystemProperties(HashMap<String,Object> map) | ||
SystemProperties(long sequenceNumber, Instant enqueuedTimeUtc, String offset, String partitionKey) |
Method Summary
Modifier and Type | Method and Description |
---|---|
Instant | getEnqueuedTime() |
String | getOffset() |
String | getPartitionKey() |
String | getPublisher() |
long | getSequenceNumber() |
Methods inherited from java.lang.Object
Methods inherited from java.util.AbstractMap
Methods inherited from java.util.HashMap
clear
clone
compute
computeIfAbsent
computeIfPresent
containsKey
containsValue
entrySet
forEach
get
getOrDefault
isEmpty
keySet
merge
put
putAll
putIfAbsent
remove
remove
replace
replace
replaceAll
size
values
Constructor Details
SystemProperties
public SystemProperties(HashMap
Parameters:
map
SystemProperties
public SystemProperties(long sequenceNumber, Instant enqueuedTimeUtc, String offset, String partitionKey)
Parameters:
sequenceNumber
enqueuedTimeUtc
offset
partitionKey
Method Details
getEnqueuedTime
public Instant getEnqueuedTime()
getOffset
public String getOffset()
getPartitionKey
public String getPartitionKey()
getPublisher
public String getPublisher()
getSequenceNumber
public long getSequenceNumber()
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.