---
title: CKSyncEngineSendChangesOptions
framework: cloudkit
role: symbol
role_heading: Class
path: cloudkit/cksyncenginesendchangesoptions
---

# CKSyncEngineSendChangesOptions

A set of options to use with a send operation.

## Declaration

```occ
@interface CKSyncEngineSendChangesOptions : NSObject
```

## Topics

### Managing attributes

- [operationGroup](cloudkit/cksyncenginesendchangesoptions/operationgroup.md)

### Instance Properties

- [scope](cloudkit/cksyncenginesendchangesoptions/scope.md)

### Instance Methods

- [initWithScope:](cloudkit/cksyncenginesendchangesoptions/initwithscope:.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [NSCopying](foundation/nscopying.md)

## See Also

### Invoking manual sync operations

- [fetchChangesWithCompletionHandler:](cloudkit/cksyncengine-4b4w9/fetchchangeswithcompletionhandler:.md)
- [fetchChangesWithOptions:completionHandler:](cloudkit/cksyncengine-4b4w9/fetchchangeswithoptions:completionhandler:.md)
- [CKSyncEngineFetchChangesOptions](cloudkit/cksyncenginefetchchangesoptions.md)
- [sendChangesWithCompletionHandler:](cloudkit/cksyncengine-4b4w9/sendchangeswithcompletionhandler:.md)
- [sendChangesWithOptions:completionHandler:](cloudkit/cksyncengine-4b4w9/sendchangeswithoptions:completionhandler:.md)
