73 строки
3.7 KiB
YAML
73 строки
3.7 KiB
YAML
|
### YamlMime:JavaEnum
|
||
|
fields:
|
||
|
- fullName: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P10
|
||
|
name: P10
|
||
|
nameWithType: PremiumPageBlobTier.P10
|
||
|
summary: <p>P10 Tier </p>
|
||
|
uid: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P10
|
||
|
- fullName: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P20
|
||
|
name: P20
|
||
|
nameWithType: PremiumPageBlobTier.P20
|
||
|
summary: <p>P20 Tier </p>
|
||
|
uid: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P20
|
||
|
- fullName: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P30
|
||
|
name: P30
|
||
|
nameWithType: PremiumPageBlobTier.P30
|
||
|
summary: <p>P30 Tier </p>
|
||
|
uid: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P30
|
||
|
- fullName: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P4
|
||
|
name: P4
|
||
|
nameWithType: PremiumPageBlobTier.P4
|
||
|
summary: <p>P4 Tier </p>
|
||
|
uid: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P4
|
||
|
- fullName: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P40
|
||
|
name: P40
|
||
|
nameWithType: PremiumPageBlobTier.P40
|
||
|
summary: <p>P40 Tier </p>
|
||
|
uid: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P40
|
||
|
- fullName: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P50
|
||
|
name: P50
|
||
|
nameWithType: PremiumPageBlobTier.P50
|
||
|
summary: <p>P50 Tier </p>
|
||
|
uid: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P50
|
||
|
- fullName: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P6
|
||
|
name: P6
|
||
|
nameWithType: PremiumPageBlobTier.P6
|
||
|
summary: <p>P6 Tier </p>
|
||
|
uid: com.microsoft.azure.storage.blob.PremiumPageBlobTier.P6
|
||
|
- fullName: com.microsoft.azure.storage.blob.PremiumPageBlobTier.UNKNOWN
|
||
|
name: UNKNOWN
|
||
|
nameWithType: PremiumPageBlobTier.UNKNOWN
|
||
|
summary: <p>The tier is not recognized by this version of the library. </p>
|
||
|
uid: com.microsoft.azure.storage.blob.PremiumPageBlobTier.UNKNOWN
|
||
|
inheritances:
|
||
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
||
|
- <xref href="java.lang.Enum<PremiumPageBlobTier>" data-throw-if-not-resolved="False"/>
|
||
|
inheritedMembers:
|
||
|
- com.microsoft.azure.storage.blob._premium_page_blob_tier_1a320169a44066ccf8a5632ca13d94ea5f
|
||
|
methods:
|
||
|
- fullName: com.microsoft.azure.storage.blob.PremiumPageBlobTier.parse(String premiumBlobTierString)
|
||
|
name: parse(String premiumBlobTierString)
|
||
|
nameWithType: PremiumPageBlobTier.parse(String premiumBlobTierString)
|
||
|
parameters:
|
||
|
- description: <p>A <code>String</code> which contains the premium page blob tier to parse.</p>
|
||
|
name: premiumBlobTierString
|
||
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
|
returns:
|
||
|
description: <p>A <code>PremiumPageBlobTier</code> value that represents the premium page blob tier. </p>
|
||
|
type: <xref href="com.microsoft.azure.storage.blob.PremiumPageBlobTier?alt=com.microsoft.azure.storage.blob.PremiumPageBlobTier&text=PremiumPageBlobTier" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Parses a premium page blob tier from the given string.</p>
|
||
|
|
||
|
<p></p>
|
||
|
syntax: protected static PremiumPageBlobTier parse(String premiumBlobTierString)
|
||
|
uid: com.microsoft.azure.storage.blob.PremiumPageBlobTier.parse(String)
|
||
|
nameWithType: PremiumPageBlobTier
|
||
|
syntax: public enum PremiumPageBlobTier
|
||
|
uid: com.microsoft.azure.storage.blob.PremiumPageBlobTier
|
||
|
fullName: com.microsoft.azure.storage.blob.PremiumPageBlobTier
|
||
|
name: PremiumPageBlobTier
|
||
|
package: com.microsoft.azure.storage.blob
|
||
|
summary: <p>The tier of the page blob. Please take a look at <a href="https://docs.microsoft.com/en-us/azure/storage/storage-premium-storage#scalability-and-performance-targets">https://docs.microsoft.com/en-us/azure/storage/storage-premium-storage#scalability-and-performance-targets</a> for detailed information on the corresponding IOPS and throughput per PremiumPageBlobTier. </p>
|
||
|
metadata: {}
|