►NDittoSDK | |
CAwdlConfig | Configuration for Apple Wireless Direct Link (AWDL) network transport. Not supported on all platforms |
CBluetoothLEConfig | Configuration for Bluetooth Low Energy network transport. Not supported on all platforms (yet) |
CDitto | The entrypoint to the Ditto SDK |
CDittoAddress | An address uniquely representing another device on the Ditto network |
CDittoAlreadyExistsIOException | A file or directory already exists |
CDittoAttachment | A reference to a binary attachment file |
CDittoAttachmentException | Exception thrown for attachments related errors |
CDittoAttachmentFetcher | These objects are returned by calls to DittoCollection.FetchAttachment(DittoAttachmentToken, Action<DittoAttachmentFetchEvent>) |
►CDittoAttachmentFetchEvent | A representation of the events that can occur in relation to an attachment fetch |
CCompleted | An attachment fetch event used when the attachment's download has completed |
CDeleted | An attachment fetch event used when the attachment is deleted |
CProgress | An attachment fetch event used when the attachment's download has progressed but is not yet complete |
CDittoAttachmentFileNotFoundException | Exception thrown while trying to create an attachment for a file that does not exist |
CDittoAttachmentFilePermissionDeniedException | Exception thrown when permission has been denied for a file operation while working with attachments |
CDittoAttachmentNotFoundException | Exception thrown when an attachment could not be found |
CDittoAttachmentToken | Serves as a token for a specific attachment that you can pass to a call to DittoCollection.FetchAttachment(DittoAttachmentToken, Action<DittoAttachmentFetchEvent>) |
CDittoAttachmentTokenInvalidException | Exception thrown for an invalid attachment token |
CDittoAuthenticationRequestEventArgs | Data passed to the Ditto.DittoIdentityProviderAuthenticationRequest event handler when a peer wishes to use the current device as an authentication server |
CDittoAuthenticationStatus | Provides info about the authentication status |
CDittoAuthenticationSuccess | Defines the properties and permissions of a user who has authenticated successfully and will be able to participate in the Ditto mesh |
CDittoAuthenticator | Provides access to authentication information and methods for logging on to Ditto Cloud. Relevant when using an OnlineWithAuthentication or an Online identity |
CDittoBus | Send and receive messages with remote Ditto peers in the mesh |
CDittoCollection | A reference to a collection in a DittoStore |
CDittoCollectionsEvent | Provides information about the changes that have occurred in relation to an event delivered when observing the collections in a DittoStore . It contains information about the collections that are known about as well as the collections that were previously known about in the previous event, along with information about what collections have been inserted, deleted, updated, or moved since the last event |
CDittoConnect | Configuration for network transports used to connect with Ditto big peers |
CDittoConnection | Represents a connection between two peers in a Ditto mesh network |
CDittoConnectionRequest | Contains information about a remote peer that has requested a connection |
CDittoCounter | Represents a CRDT counter that can be upserted as part of a document or assigned to a property during an update of a document |
CDittoCrdtException | Exception thrown for generic CRDT errors |
CDittoDepthLimitExceededValidationException | Exception thrown when the depth limit for dictionary-like data has been exceeded |
CDittoDiskUsage | Entrypoint for accessing information about the amount of disk storage used by Ditto. This class can't be instantiated. You can access an instance through the ditto.DiskUsage API |
CDittoDiskUsageChild | A token returned by ObservePeers . Retain this object to continue receiving callback updates |
CDittoDiskUsageObserver | An observer monitoring disk usage changes |
CDittoDocument | A document in a DittoCollection |
CDittoDocumentId | An identifier for a DittoDocument |
CDittoDocumentIdPath | Provides an interface to specify a path to a key in a document identifier that you can then call a function on to get the value at the specified key as a specific type |
CDittoDocumentPath | Provides an interface to specify a path to a key in a document that you can then call a function on to get the value at the specified key as a specific type |
CDittoError | Used to represent all Ditto-related errors that aren't thrown as exceptions |
CDittoException | An exception that is thrown when Ditto encounters an error |
CDittoExperimental | Upcoming SDK features made available for prototyping |
CDittoFailedToCreateAttachmentException | Exception thrown if an error ocurred while creating an attachment |
CDittoFailedToFetchAttachmentException | Exception thrown if an error ocurred while fetching an attachment |
CDittoFFIException | An exception that is thrown when Ditto FFI encounters an error. This exception contains additional details that can be useful for debugging and support |
CDittoGlobal | Configuration for all network transports |
CDittoHttpListenConfig | Configuration for less common data sync scenarios. Please read the documentation on the Ditto website for examples. Incorrect use of Listen can result in insecure configurations |
CDittoIdentity | Used to identify a given peer in your network. In practice a peer may be a user, a device, or it might be some other entity in your system |
CDittoInvalidCborException | The data does not represent valid CBOR data |
CDittoInvalidJsonException | The data does not represent a valid JSON string |
CDittoIOException | An error occurred relating to I/O |
CDittoLanConfig | Configuration for local LAN Wi-Fi network transport |
CDittoListen | Configuration for network transports used to allow incoming connections from other Ditto peers |
CDittoLiveQuery | A reference to a Live Query. The live query will respond to any changes relevant to the query that occur in the device's data store. Do not instantiate this by itself. The live query will keep the handler informed of all changes so long as it is not garbage collected or disposed |
►CDittoLiveQueryEvent | Describes events delivered by a DittoLiveQuery |
CInitial | A type used for the first event delivered for a live query |
CUpdate | A description of updates that occurred between the current and previous times that the live query handler was fired |
CDittoLiveQueryMove | An object that describes how a document's position in a live query's list of matching documents has changed since the previous live query event |
CDittoMutableCounter | Represents a mutable CRDT counter that can be incremented by a specific amount while updating a document |
CDittoMutableDocument | A special reference to a DittoDocument that can be used to perform mutation on a document. Do not instantiate directly. This reference should never leave the scope of the lambda provided as part of a call to DittoPendingCursorOperation.Update(Action<List<DittoMutableDocument>>) or DittoPendingIdSpecificOperation.Update(Action<DittoMutableDocument>) and should not be used across different threads |
CDittoMutableDocumentPath | Provides an interface to specify a path to a key in a document that you can then call various update functions on. You obtain a DittoMutableDocumentPath by subscripting a DittoMutableDocument and you can then further subscript a DittoMutableDocumentPath to further specify the key of the document that you want to update |
CDittoMutableRegister | Represents a mutable CRDT register that can be updated while updating a document |
CDittoNotADictionaryValidationException | Exception thrown if given an invalid object when a dictionary was expected |
CDittoNotFoundIOException | A file or directory could not be found |
CDittoNotJsonCompatibleException | JSON Serialization for a provided object failed |
CDittoOperationFailedIOException | The operation failed for an unspecified reason. See error message for details |
CDittoPeer | Represents a peer in a Ditto mesh network |
CDittoPeersObserver | A token returned by ObservePeers . Retain this object to continue receiving callback updates |
CDittoPeerToPeer | Configuration for network transport used to connect with other Ditto small peers. Some transports are not supported on all platforms |
CDittoPendingCollectionsOperation | These objects are returned when calling Collections() on DittoStore |
CDittoPendingCursorOperation | These objects are returned when using find -like functionality on DittoCollection objects |
CDittoPendingIdSpecificOperation | These objects are returned when using DittoCollection.FindById(string) functionality |
CDittoPermissionDeniedIOException | The operation failed due to insufficient permissions |
CDittoPresence | The entrypoint for all actions that relate presence of other peers known by the current peer, either directly or through other peers |
CDittoPresenceGraph | Represent the states of all known peers |
CDittoPresenceObserver | A token returned by ObservePresence . Retain this object to continue receiving callback updates |
CDittoQueryArgumentsInvalidException | Exception thrown when the query arguments used were invalid |
CDittoQueryException | Exception thrown for query execution errors |
CDittoQueryInvalidException | Exception thrown for invalid queries |
CDittoQueryNotSupportedException | The query is syntactically valid but uses features that are either not supported at all yet or not supported in a particular context |
CDittoQueryResult | Represents the result of executing a DQL query |
CDittoQueryResultItem | Represents a single match of a DQL query, similar to a "row" in SQL terms. It's a reference type serving as a "cursor", allowing for efficient access of the underlying data in various formats |
CDittoRegister | Represents a CRDT register that can be upserted as part of a document or assigned to a property during an update of a document |
CDittoRemotePeer | A summary snapshot of the connections currently active with a remote peer |
CDittoScopedWriteTransaction | Exposes functionality that allows you to perform multiple operations on the store within a single write transaction |
CDittoSingleDocumentLiveQueryEvent | Provides information about a live query event relating to a single document live query |
CDittoSizeLimitExceededValidationException | Exception thrown when the size limit for some piece of data has been exceeded |
CDittoSmallPeerInfo | The entrypoint for small peer user info collection |
CDittoStore | A class encompassing functionality relating to the embedded storage. This is not a class you instantiate directly. Instead you access DittoStore objects using Ditto.Store |
CDittoStoreBackendException | Exception thrown for errors with the storage backend |
CDittoStoreDocumentNotFoundExpcetion | Exception thrown when a document could not be found |
CDittoStoreException | Exception thrown for Ditto store related issues |
CDittoStoreObserver | A store observer invokes an observation handler whenever results for its query change |
CDittoSubscription | A reference to a subscription to data with other remote peers. You do not instantiate DittoSubscription objects directly. Instead they are created by calling DittoPendingCursorOperation.Subscribe or DittoPendingIdSpecificOperation.Subscribe |
CDittoSync | Provides access to sync related functionality of Ditto |
CDittoTcpListenConfig | Configuration for less common data sync scenarios. Please read the documentation on the Ditto website for examples. Incorrect use of Listen can result in insecure configurations |
CDittoTransportConditionChangedEventArgs | Data passed to the Ditto.DittoTransportConditionChanged event handler when the condition of one of the underlying transports that Ditto uses changes |
CDittoTransportConfig | Configuration object specifying which network transports Ditto should use to sync data |
CDittoTransportDiagnostics | Provides a view into the state of the transports being used by Ditto at a point in time |
CDittoTransportHandle | Wrapper around an Action for cleaning up native transport resources |
CDittoTransportSnapshot | Provides information about a given transport at a point in time |
CDittoUnsupportedException | Operation is not supported |
►CDittoUpdateResult | Provides information about a successful update operation on a document |
CIncremented | An update result when an Increment operation was performed |
CRemoved | An update result when a Remove operation was performed |
CSet | An update result when a Set operation was performed |
CDittoValidationException | Exception thrown for input validation failures |
CDittoWriteTransaction | Exposes functionality that allows you to perform multiple operations on the store within a single write transaction |
CDittoWriteTransactionPendingCursorOperation | These objects are returned when using DittoScopedWriteTransaction.Find(string), DittoScopedWriteTransaction.Find(string, Dictionary<string, object>), or DittoScopedWriteTransaction.FindAll |
CDittoWriteTransactionPendingIdSpecificOperation | These objects are returned when using DittoScopedWriteTransaction.FindById(string) functionality |
►CDittoWriteTransactionResult | Provides information about the result of an operation on a document that was part of a write transaction |
CEvicted | Represents a write transaction result when a document has been evicted |
CInserted | Represents a write transaction result when a document has been inserted |
CRemoved | Represents a write transaction result when a document has been removed |
CUpdated | Represents a write transaction result when a document has been updated |
CIDittoAuthenticationDelegate | Provides feedback to the developer about Ditto authentication status |
CIDittoObserver | An observation token returned by any observation API in the Ditto SDK |
CWifiAwareConfig | Configuration for Wi-Fi Aware network transport. Not supported on all platforms |