public final class CosmosUserProperties extends Object
Constructor and Description |
---|
CosmosUserProperties()
Initialize a user object.
|
Modifier and Type | Method and Description |
---|---|
String |
getETag()
Get the entity tag associated with the resource.
|
String |
getId()
Gets the name of the resource.
|
Instant |
getTimestamp()
Get the last modified timestamp associated with the resource.
|
CosmosUserProperties |
setId(String id)
Sets the id
|
public CosmosUserProperties setId(String id)
id
- the name of the resource.public String getId()
public Instant getTimestamp()
public String getETag()
Copyright © 2021 Microsoft Corporation. All rights reserved.