public class ShareRequestConditions extends Object
| Constructor and Description |
|---|
ShareRequestConditions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLeaseId()
Gets the lease ID that files and shares must match.
|
ShareRequestConditions |
setLeaseId(String leaseId)
Optionally limits requests to files and shares that match the lease ID.
|
public String getLeaseId()
public ShareRequestConditions setLeaseId(String leaseId)
leaseId - Lease ID that files and shares must match.Copyright © 2021 Microsoft Corporation. All rights reserved.