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

Methods to create table on tableset #42

Merged
merged 7 commits into from
Mar 11, 2015

Conversation

tdietrich513
Copy link
Contributor

Enables more straightforward access to the backing table to manage it without having to spin up your own reference.

Enables more straightforward access to the backing table to manage it
without having to spin up your own reference.
Exposing all the overloads of the CreateIfNotExists and
CreateIfNotExistsAsync methods of the cloud table.

Closes dtretyakov#41
@@ -2,6 +2,8 @@
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.WindowsAzure.Storage;
Copy link
Owner

Choose a reason for hiding this comment

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

General concern in this interface don't use namespaces from Azure SDK library.

@dtretyakov
Copy link
Owner

I've a few comments for this PR, please review it. Thanks!

Removing Azure SDK namespace references from ITableSet interface
PR review changes
forgot an overload
@tdietrich513
Copy link
Contributor Author

Ok, those changes have been completed.

@tdietrich513 tdietrich513 changed the title TableSet exposes CloudTableReference Methods to create table on tableset Mar 11, 2015
dtretyakov added a commit that referenced this pull request Mar 11, 2015
Methods to create table on tableset
@dtretyakov dtretyakov merged commit fd92a75 into dtretyakov:master Mar 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants