Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transactions: support larger state sizes in Azure Table Storage #6047

Merged

Conversation

ReubenBond
Copy link
Member

This implementation retains backwards compatibility with existing stored data while adding support for states which are too large to fit into a single Azure Table Storage column (which holds a maximum of 32 * 1024 chars)

@ReubenBond ReubenBond force-pushed the fix/tx-azure-table-multicolumn branch from 465c225 to 6bcf94f Compare October 15, 2019 02:23

public DateTime TransactionTimestamp { get; set; }
public string StateJson { get => this.GetStateInternal(); set => this.SetStateInternal(value); }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think we need the StateJson property any longer

@jason-bragg jason-bragg merged commit 4b18cc3 into dotnet:master Oct 15, 2019
@ReubenBond ReubenBond deleted the fix/tx-azure-table-multicolumn branch October 15, 2019 16:23
@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants