Instance Property
インスタンスプロパティ
valueListAttributes
An array of attributes whose values are gathered by the query.
属性それらからなる配列、それらの値が照会によって収集されます。
Declaration
宣言
var valueListAttributes: [String
] { get set }
Discussion
議論
The query collects the values of these attributes into uniqued lists that can be used to summarize the results of the query. If attributes
is nil
, the query generates no value lists. Note that value list collection increases CPU usage and significantly increases the memory usage of an NSMetadataQuery
object.
照会は、それらの属性の値を特有化リストに集めます、それは照会の結果を要約するのに使用できます。attributes
がnil
ならば、照会は値リストを生成しません。値リストコレクションがCPU使用量を増大させるそして著しくNSMetadataQuery
オブジェクトのメモリ使用量を増大させることに注意してください。
Setting this property while a query is running stops the query and discards the current results. The receiver immediately starts a new query.
照会が動作している時にこのプロパティを設定することは、その照会を停止して現在の結果を廃棄します。レシーバは直ぐに新しい照会を開始します。
For a list of valid attributes, see Attribute Keys and Cloud Storage Keys in NSMetadataItem
.
有効な属性のリストのために、Attribute KeysとCloud Storage KeysをNSMetadataItem
で見てください。
See Also
参照
Configuring Queries
照会を構成設定する
Related Documentation
関連文書