public class TableEntity extends Object
Constructor and Description |
---|
TableEntity(String partitionKey,
String rowKey)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
TableEntity |
addProperty(String key,
Object value)
Adds a property to the entity.
|
String |
getETag()
gets the etag
|
String |
getPartitionKey()
gets the partition key
|
Map<String,Object> |
getProperties()
Gets the map of properties
|
String |
getRowKey()
gets the row key
|
OffsetDateTime |
getTimestamp()
gets the Timestamp
|
public Map<String,Object> getProperties()
public TableEntity addProperty(String key, Object value)
key
- Key to for the property.value
- Value of the property.TableEntity
object.NullPointerException
- if key
is null.public String getRowKey()
public String getPartitionKey()
public OffsetDateTime getTimestamp()
public String getETag()
Copyright © 2020 Microsoft Corporation. All rights reserved.