This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Batch", | |
| "properties": { | |
| "activities": [ | |
| { | |
| "name": "Find", | |
| "type": "Until", | |
| "dependsOn": [], | |
| "userProperties": [], | |
| "typeProperties": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "AzureBlobStorage", | |
| "properties": { | |
| "linkedServiceName": { | |
| "referenceName": "AzureBlobStorage", | |
| "type": "LinkedServiceReference", | |
| "parameters": { | |
| "StorageAccountKey": { | |
| "value": "@dataset().StorageAccountKey", | |
| "type": "Expression" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "AzureSearch", | |
| "properties": { | |
| "parameters": { | |
| "SearchUrl": { | |
| "type": "string" | |
| } | |
| }, | |
| "annotations": [], | |
| "type": "RestService", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Microsoft.OData.Client; | |
| using System; | |
| using System.Collections.Specialized; | |
| using System.Web; | |
| namespace Biometria.Discovery.OData | |
| { | |
| public static class Extensions | |
| { | |
| public static NameValueCollection UseNameValue(this NameValueCollection things, string name, string value) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Microsoft.OData.Client; | |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| using Xunit; | |
| namespace Biometria.Discovery.OData.Test | |
| { | |
| public static class Extensions | |
| { | |
| private const int DeltaMilliseconds = 100; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Microsoft.OData.Client; | |
| using Microsoft.OData.Edm; | |
| using System; | |
| namespace Biometria.Discovery.OData | |
| { | |
| public class AzureSearchContext : DataServiceContext | |
| { | |
| public AzureSearchContext(string url) : base(new Uri(url)) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Microsoft.OData.Client; | |
| namespace Biometria.Discovery.OData | |
| { | |
| [Key(nameof(Identitet))] | |
| // TODO: Set another name of Actor for example aktors/docs | |
| public class Actor | |
| { | |
| public string Identitet { get; } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Fabric; | |
| using System.Fabric.Description; | |
| using System.Linq; | |
| using System.Threading; | |
| using System.Threading.Tasks; | |
| using Microsoft.Extensions.Hosting; | |
| using Microsoft.AspNetCore.Hosting; | |
| using Microsoft.Extensions.DependencyInjection; | |
| using Microsoft.ServiceFabric.Services.Communication.Runtime; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Microsoft.AspNetCore.Builder; | |
| using Microsoft.AspNetCore.Hosting; | |
| using Microsoft.AspNetCore.TestHost; | |
| using Microsoft.Extensions.DependencyInjection; | |
| using System; | |
| using System.Diagnostics; | |
| using System.Net; | |
| using System.Net.Http; | |
| using System.Threading.Tasks; | |
| using Xunit; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Din chattkonversation med SJ | |
| Hej! Tack för att du kontaktade oss. Här kommer chattkonversationen du efterfrågade. Ha en bra dag! | |
| Med vänliga hälsningar | |
| SJ Kundservice | |
| SJ Kundservice | |
| Välkommen till vår kundservice! |
NewerOlder