GithubHelp home page GithubHelp logo

corehelpers / azurestoragetable Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 5.0 285 KB

This projects implements an abstraction for Azure Storage Tables to use POCOs

License: MIT License

C# 100.00%
azure azure-storage azure-table-storage dotnet dotnet-core poco

azurestoragetable's Issues

Omission of declaration in Interface IStorageContext

	Hello
	I started to use your sdk for my personal projects
	I have some questions.
    in class public class StorageContext	there are two pairs of methods
	
	public async Task InsertOrReplaceAsync<T>(IEnumerable<T> models) where T : new()
	public async Task InsertOrReplaceAsync<T>(T model) where T : new()

	public async Task MergeOrInsertAsync<T>(IEnumerable<T> models) where T : new()
	public async Task MergeOrInsertAsync<T>(T model) where T : new()
	
	In Interface IStorageContext
	You do not declare 
	public  Task InsertOrReplaceAsync<T>(IEnumerable<T> models) where T : new()

    Is this is intentional or simply omission?

Storable Attribute Table name

  1. I tried to use this for my Entity Model.. but got an error that gave me an error about getItem not found in Dictionary.. for a fully qualified model name (namespace with model name) when I called

await storageContext.CreateTableAsync();

[Storable("MyTableName")]

  1. After a while of troubleshooting.. I saw your example that explicity specifies Tablename.. so I tried it and it worked.. just wanted to let you know.

[Storable(Tablename: "MyTableName")]

Thank you.

It could be something else on my end but I wanted to pass along just in case..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.