DoguArslan
- 75,330 total downloads
- last updated 1/16/2021
- Latest version: 2.0.1
Provides functionality to flatten complex objects into EntityProperty dictionary and functionality to recompose original complex object from the flattened property dictionary. One usage is that the API allows writing any complex object with nested properties into Azure Table Storage in flattened...
More information
- 29,255 total downloads
- last updated 1/16/2021
- Latest version: 1.0.1
[.Net Standard 2.0] Provides functionality to flatten complex objects into EntityProperty dictionary and functionality to recompose original complex object from the flattened property dictionary. One usage is that the API allows writing any complex object with nested properties into Azure Table...
More information
- 19,081 total downloads
- last updated 10/1/2017
- Latest version: 1.1.0
Json Serializer/Deserializer for DynamicTableEntity objects.
- 18,711 total downloads
- last updated 8/4/2016
- Latest version: 1.1.0
Converts objects to DynamicTableEntities and DynamicTableEntities back to original objects. Handles conversion of complex objects with complex nested properties.
Usage:
// Convert Order object to DynamicTableEntity
DynamicTableEntity dynamicTableEntity =...
More information
- 6,441 total downloads
- last updated 1/16/2021
- Latest version: 1.0.0
[.Net Standard 2.0] Provides functionality to flatten complex objects into EntityProperty dictionary and functionality to recompose original complex object from the flattened property dictionary. One usage is that the API allows writing any complex object with nested properties into Azure CosmosDb...
More information
- 4,285 total downloads
- last updated 1/27/2016
- Latest version: 1.0.0
Extension class for Azure StorageException to extract usefull information embedded inside the StorageException object by Azure Storage services on a failed request.
Provides StorageException extension methods to extract:
- ErrorCode
- ETag
- ExtendedErrorMessage
- FailedOperationIndex (of...
More information
- 3,935 total downloads
- last updated 4/5/2017
- Latest version: 1.0.0
Adapter class to allow reading and writing simple and complex POCO objects to azure table storage without inheriting from TableEntity class or implementing ITableEntity interface. POCO class you want to write to table storage can have multiple layers of nested complex properties and can be a struct....
More information
- 3,083 total downloads
- last updated 1/27/2016
- Latest version: 1.0.0
Generic, Configurable and Easy to Use Transient Error Handling API.
Package contains template implementations of exponential and linear retry logic,
block retry functionality and many options to configure retry mechanics.
- 3,069 total downloads
- last updated 9/21/2016
- Latest version: 1.0.0
Sets the value to a property of an object by its path from the root.
The object can be a complex object and the property can be multi level deep nested property or it can be a property directly under the root. ObjectWriter will find the property using the property path parameter and update...
More information
- 1,405 total downloads
- last updated 1/26/2016
- Latest version: 1.0.0
High Performance Generic Parallel Processor leveraging thread local storage to minimize
concurrent operations throughout parallel execution. Implements throttler functionality to
throttle CPU bound and I/O bound operations in corresponding ForEach/ForEachAsync methods.
- 1,121 total downloads
- last updated 1/28/2016
- Latest version: 1.0.0
DataContract Serializable TableEntity base class that implements azure table storage ITableEntity interface.
For the classes that need to be written to table storage, all that is required is to inherit from this
base class and that s all. TableEntity class in the client SDK can be used as a base...
More information