public class MaxSizeCapability extends Object
| Constructor and Description |
|---|
MaxSizeCapability() |
| Modifier and Type | Method and Description |
|---|---|
long |
limit()
Get the maximum size of the database (see 'unit' for the units).
|
CapabilityStatus |
status()
Get the status of the maximum size capability.
|
MaxSizeUnits |
unit()
Get the units that the limit is expressed in.
|
public long limit()
public MaxSizeUnits unit()
public CapabilityStatus status()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/