Class FileLeaseReleaseInfo
FileLeaseReleaseInfo
public class FileLeaseReleaseInfo
- Inheritance
-
FileLeaseReleaseInfo
- Inherited Members
Properties
ETag
The ETag contains a value that you can use to perform operations conditionally, in quotes.
public ETag ETag { get; }
Property Value
- ETag
LastModified
Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share.
public DateTimeOffset LastModified { get; }