var searchScopes : [Any]
An array containing the search scopes.
検索作用域それらを含んでいる配列。
var predicate: NSPredicate?
The predicate used to filter query results.
照会結果をフィルタするために使われる述部。
var sortDescriptors : [NSSortDescriptor]
An array of sort descriptor objects.
ソート記述子オブジェクトそれらからなる配列。
var valueListAttributes : [String]
An array of attributes whose values are gathered by the query.
属性それらからなる配列、それらの値が照会によって収集されます。
var groupingAttributes : [String]?
An array of grouping attributes. (read-only)
グループ化属性それらからなる配列。(読み出しのみ)
var notificationBatchingInterval : TimeInterval
The interval at which notification of updated results occurs.
結果更新の通知が起こる間隔。
var delegate: NSMetadataQueryDelegate?
The query’s delegate.
照会のもつ委任先。