Instance Method インスタンスメソッド

preservationPriority(forTag:)

Returns the current preservation priority for the specified tag. 指定されたタグに対する現在の維持優先順位を返します。

Declaration 宣言

func preservationPriority(forTag tag: String) -> Double

Parameters パラメータ

tag

A string specifying the identifier for a group of related resources. An exception is thrown if tag does not exist in your app. 関連リソースからなる1つのグループに対する識別子を指定している文字列。tagがあなたのアプリの中に存在しないならば、例外がスローされます。

Return Value 戻り値

The preservation priority for the specified tag. Possible values are between 0.0 and 1.0 指定されたtagに対する維持優先度。可能な値は、0.01.0の間です

See Also 参照

Managing Preservation Priority for On Demand Resources 「オンデマンドリソース」に対する維持優先度を管理する