public class ExtendedResourceProperties extends Object
| Constructor and Description |
|---|
ExtendedResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
_etag()
Get a system generated property representing the resource etag required for optimistic concurrency control.
|
String |
_rid()
Get a system generated property.
|
Object |
_ts()
Get a system generated property that denotes the last updated timestamp of the resource.
|
public String _rid()
public Object _ts()
public String _etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/