google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.TransactionOptions View Source

Options for creating a new transaction.

Attributes

  • readOnly (ReadOnly): The transaction can only be used for read operations. Defaults to: null.
  • readWrite (ReadWrite): The transaction can be used for both read and write operations. Defaults to: null.