//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.18033 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.Research.DryadLinq { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class SR { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal SR() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Research.DryadLinq.SR", typeof(SR).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Internal error: AddVertexMethod on {0} not handled.. /// internal static string AddVertexNotHandled { get { return ResourceManager.GetString("AddVertexNotHandled", resourceCulture); } } /// /// Looks up a localized string similar to Aggregate: No elements.. /// internal static string AggregateNoElements { get { return ResourceManager.GetString("AggregateNoElements", resourceCulture); } } /// /// Looks up a localized string similar to The aggregate operator {0} is not supported.. /// internal static string AggregateOperatorNotSupported { get { return ResourceManager.GetString("AggregateOperatorNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Aggregation operator '{0}' can only work on objects that implement IComparable.. /// internal static string AggregationOperatorRequiresIComparable { get { return ResourceManager.GetString("AggregationOperatorRequiresIComparable", resourceCulture); } } /// /// Looks up a localized string similar to This query instance has already been submitted. To submit a query more than once, create a new IQueryable<> instance.. /// internal static string AlreadySubmitted { get { return ResourceManager.GetString("AlreadySubmitted", resourceCulture); } } /// /// Looks up a localized string similar to A query instance has already been submitted. To submit a query more than once, create a new IQueryable<> instance.. /// internal static string AlreadySubmittedInMaterialize { get { return ResourceManager.GetString("AlreadySubmittedInMaterialize", resourceCulture); } } /// /// Looks up a localized string similar to Length of array {0} must be greater than or equal to {1} ({2} + {3}).. /// internal static string ArrayLengthVsCountAndOffset { get { return ResourceManager.GetString("ArrayLengthVsCountAndOffset", resourceCulture); } } /// /// Looks up a localized string similar to A method tagged [Associative] should take two parameters of type T and return type T. Method={0}.. /// internal static string AssociativeMethodHasWrongForm { get { return ResourceManager.GetString("AssociativeMethodHasWrongForm", resourceCulture); } } /// /// Looks up a localized string similar to Associative class must have a public parameterless constructor. Class={0}.. /// internal static string AssociativeTypeDoesNotHavePublicDefaultCtor { get { return ResourceManager.GetString("AssociativeTypeDoesNotHavePublicDefaultCtor", resourceCulture); } } /// /// Looks up a localized string similar to Associative class must implement IDecomposable<,,> or IDecomposableRecursive<,,>. Class={0}.. /// internal static string AssociativeTypeDoesNotImplementInterface { get { return ResourceManager.GetString("AssociativeTypeDoesNotImplementInterface", resourceCulture); } } /// /// Looks up a localized string similar to Associative class should implement only one IAssociativeRecursive interface. Class={0}.. /// internal static string AssociativeTypeImplementsTooManyInterfaces { get { return ResourceManager.GetString("AssociativeTypeImplementsTooManyInterfaces", resourceCulture); } } /// /// Looks up a localized string similar to Associative class must be public. Class={0}.. /// internal static string AssociativeTypeMustBePublic { get { return ResourceManager.GetString("AssociativeTypeMustBePublic", resourceCulture); } } /// /// Looks up a localized string similar to Associative class types must match the function that it decorates. Method={0}. Class={1}.. /// internal static string AssociativeTypesDoNotMatch { get { return ResourceManager.GetString("AssociativeTypesDoNotMatch", resourceCulture); } } /// /// Looks up a localized string similar to A LINQ to HPC query that is submitted should involve at least one operator.. /// internal static string AtLeastOneOperatorRequired { get { return ResourceManager.GetString("AtLeastOneOperatorRequired", resourceCulture); } } /// /// Looks up a localized string similar to Attempt to read from a stream that was opened for writing.. /// internal static string AttemptToReadFromAWriteStream { get { return ResourceManager.GetString("AttemptToReadFromAWriteStream", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: The auto-generated LINQ to HPC vertex assembly was missing.. /// internal static string AutogeneratedAssemblyMissing { get { return ResourceManager.GetString("AutogeneratedAssemblyMissing", resourceCulture); } } /// /// Looks up a localized string similar to Average: No elements. /// internal static string AverageNoElements { get { return ResourceManager.GetString("AverageNoElements", resourceCulture); } } /// /// Looks up a localized string similar to The number of separators passed to AssumeRangePartition must equal src.nPartitions - 1. nRangeSeparators={0}, Expected={1}.. /// internal static string BadSeparatorCount { get { return ResourceManager.GetString("BadSeparatorCount", resourceCulture); } } /// /// Looks up a localized string similar to Job cannot be submitted because either the client program or one of its dependencies is targetted for 32 bit execution ({0}). To correct this problem make sure your binaries are compiled as 'x64' or 'AnyCPU'.. /// internal static string Binaries32BitNotSupported { get { return ResourceManager.GetString("Binaries32BitNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to The branch {0} of Fork is not used.. /// internal static string BranchOfForkNotUsed { get { return ResourceManager.GetString("BranchOfForkNotUsed", resourceCulture); } } /// /// Looks up a localized string similar to Internal error processing anonymous type in query.. /// internal static string BugInHandlingAnonymousClass { get { return ResourceManager.GetString("BugInHandlingAnonymousClass", resourceCulture); } } /// /// Looks up a localized string similar to Failed to access path {0}. /// internal static string CannotAccesFilePath { get { return ResourceManager.GetString("CannotAccesFilePath", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Can't add Tee to a node with more than one outputs.. /// internal static string CannotAddTeeToNode { get { return ResourceManager.GetString("CannotAddTeeToNode", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: cannot attach a pipeline. /// internal static string CannotAttach { get { return ResourceManager.GetString("CannotAttach", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: cannot be empty. /// internal static string CannotBeEmpty { get { return ResourceManager.GetString("CannotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Can't be used for reference type.. /// internal static string CannotBeUsedForReferenceType { get { return ResourceManager.GetString("CannotBeUsedForReferenceType", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Can't call on PartitionInfo of type {0}. /// internal static string CannotCallPartitionInfoOnType { get { return ResourceManager.GetString("CannotCallPartitionInfoOnType", resourceCulture); } } /// /// Looks up a localized string similar to Can't concat two datasets with different compression schemes.. /// internal static string CannotConcatDatasetsWithDifferentCompression { get { return ResourceManager.GetString("CannotConcatDatasetsWithDifferentCompression", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Can't create partition node based on random partition.. /// internal static string CannotCreatePartitionNodeRandom { get { return ResourceManager.GetString("CannotCreatePartitionNodeRandom", resourceCulture); } } /// /// Looks up a localized string similar to Can't create multiple tables with different compression schemes.. /// internal static string CannotCreateTablesWithDifferentCompression { get { return ResourceManager.GetString("CannotCreateTablesWithDifferentCompression", resourceCulture); } } /// /// Looks up a localized string similar to Auto-serialization is not supported for types containing circular references. Type = {0}.. /// internal static string CannotHandleCircularTypes { get { return ResourceManager.GetString("CannotHandleCircularTypes", resourceCulture); } } /// /// Looks up a localized string similar to Auto-serialization is not supported for type {0} because it derives from the non-primitive type {1}. Consider using a custom serializer for {0}. Please note this auto-serialization rule may have exceptions for built-in types. Please see product documentation for details.. /// internal static string CannotHandleDerivedtypes { get { return ResourceManager.GetString("CannotHandleDerivedtypes", resourceCulture); } } /// /// Looks up a localized string similar to Auto-serialization is not supported for types containing fields of System.Object, System.Object[] or other collections of System.Object. Type = {0}.. /// internal static string CannotHandleObjectFields { get { return ResourceManager.GetString("CannotHandleObjectFields", resourceCulture); } } /// /// Looks up a localized string similar to Auto-serialization is not supported for type that has subtypes or derives from a non-primitive type. Type = {0}.. /// internal static string CannotHandleSubtypes { get { return ResourceManager.GetString("CannotHandleSubtypes", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Can't have more than one output channel.. /// internal static string CannotHaveMoreThanOneOutput { get { return ResourceManager.GetString("CannotHaveMoreThanOneOutput", resourceCulture); } } /// /// Looks up a localized string similar to Cannot read query plan for job: {0}.. /// internal static string CannotReadQueryPlan { get { return ResourceManager.GetString("CannotReadQueryPlan", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: cannot rebuild optimized query expression for node.. /// internal static string CannotRebuildOptimizedQueryExpression { get { return ResourceManager.GetString("CannotRebuildOptimizedQueryExpression", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Cannot reset this IEnumerator.. /// internal static string CannotResetIEnumerator { get { return ResourceManager.GetString("CannotResetIEnumerator", resourceCulture); } } /// /// Looks up a localized string similar to HpcLinqQuery IQueryable objects cannot be added to object store.. /// internal static string CannotSerializeHpcLinqQuery { get { return ResourceManager.GetString("CannotSerializeHpcLinqQuery", resourceCulture); } } /// /// Looks up a localized string similar to Cannot serialize object store due to non-serializable object. Type = {0}.. /// internal static string CannotSerializeObject { get { return ResourceManager.GetString("CannotSerializeObject", resourceCulture); } } /// /// Looks up a localized string similar to A LINQ to HPC channel cannot be read more than once. For example, the delegate in Apply() may only enumerate its input once.. /// internal static string ChannelCannotBeReadMoreThanOnce { get { return ResourceManager.GetString("ChannelCannotBeReadMoreThanOnce", resourceCulture); } } /// /// Looks up a localized string similar to The ClusterName configuration must be set to the name of a Windows HPC Server head node.. /// internal static string ClusterNameMustBeSpecified { get { return ResourceManager.GetString("ClusterNameMustBeSpecified", resourceCulture); } } /// /// Looks up a localized string similar to Argument is not a LineRecord.. /// internal static string CompareArgIncorrect { get { return ResourceManager.GetString("CompareArgIncorrect", resourceCulture); } } /// /// Looks up a localized string similar to If a comparer expression is not provided, TElement must implement IEquatable or override both Equals() and GetHashCode(). TElement={0}.. /// internal static string ComparerExpressionMustBeSpecifiedOrElementTypeMustBeIEquatable { get { return ResourceManager.GetString("ComparerExpressionMustBeSpecifiedOrElementTypeMustBeIEquatable", resourceCulture); } } /// /// Looks up a localized string similar to If a key-comparer is not provided, TKey must implement IComparable. TKey={0}.. /// internal static string ComparerMustBeSpecifiedOrKeyTypeMustBeIComparable { get { return ResourceManager.GetString("ComparerMustBeSpecifiedOrKeyTypeMustBeIComparable", resourceCulture); } } /// /// Looks up a localized string similar to If a key-comparer is not provided, TKey must override GetHashCode() and either implement IEquatable or override Equals(). TKey={0}.. /// internal static string ComparerMustBeSpecifiedOrKeyTypeMustBeIEquatable { get { return ResourceManager.GetString("ComparerMustBeSpecifiedOrKeyTypeMustBeIEquatable", resourceCulture); } } /// /// Looks up a localized string similar to The configuration object is read-only.. /// internal static string ConfigReadonly { get { return ResourceManager.GetString("ConfigReadonly", resourceCulture); } } /// /// Looks up a localized string similar to The HpcLinqContext has been disposed.. /// internal static string ContextDisposed { get { return ResourceManager.GetString("ContextDisposed", resourceCulture); } } /// /// Looks up a localized string similar to Could not get version information for HpcLinq client component. See inner exception.. /// internal static string CouldNotGetClientVersion { get { return ResourceManager.GetString("CouldNotGetClientVersion", resourceCulture); } } /// /// Looks up a localized string similar to Could not get version information for HpcLinq server component. See inner exception.. /// internal static string CouldNotGetServerVersion { get { return ResourceManager.GetString("CouldNotGetServerVersion", resourceCulture); } } /// /// Looks up a localized string similar to Error creating DSC data from local debug mode. See inner exception for details.. /// internal static string CreatingDscDataFromLocalDebugFailed { get { return ResourceManager.GetString("CreatingDscDataFromLocalDebugFailed", resourceCulture); } } /// /// Looks up a localized string similar to Custom serializer type must either be a class or a struct that implements IHpcSerializer({1}). Type = {0}. /// internal static string CustomSerializerMustBeClassOrStruct { get { return ResourceManager.GetString("CustomSerializerMustBeClassOrStruct", resourceCulture); } } /// /// Looks up a localized string similar to Custom serializer type must have a public default constructor. Type = {0}.. /// internal static string CustomSerializerMustSupportDefaultCtor { get { return ResourceManager.GetString("CustomSerializerMustSupportDefaultCtor", resourceCulture); } } /// /// Looks up a localized string similar to Decomposition class must have a public parameterless constructor. Class={0}.. /// internal static string DecomposerTypeDoesNotHavePublicDefaultCtor { get { return ResourceManager.GetString("DecomposerTypeDoesNotHavePublicDefaultCtor", resourceCulture); } } /// /// Looks up a localized string similar to Decomposition class must implement IDecomposable<,,> or IDecomposableRecursive<,,>. Class={0}.. /// internal static string DecomposerTypeDoesNotImplementInterface { get { return ResourceManager.GetString("DecomposerTypeDoesNotImplementInterface", resourceCulture); } } /// /// Looks up a localized string similar to Decomposition class should implement only one decomposable interface. Class={0}.. /// internal static string DecomposerTypeImplementsTooManyInterfaces { get { return ResourceManager.GetString("DecomposerTypeImplementsTooManyInterfaces", resourceCulture); } } /// /// Looks up a localized string similar to Decomposition class must be public. Class={0}.. /// internal static string DecomposerTypeMustBePublic { get { return ResourceManager.GetString("DecomposerTypeMustBePublic", resourceCulture); } } /// /// Looks up a localized string similar to Decomposition class types must match the function that it decorates. Method={0}. Class={1}.. /// internal static string DecomposerTypesDoNotMatch { get { return ResourceManager.GetString("DecomposerTypesDoNotMatch", resourceCulture); } } /// /// Looks up a localized string similar to The job did not complete successfully. Refer to HPC Cluster Manager and/or HPC APIs for more detail.. /// internal static string DidNotCompleteSuccessfully { get { return ResourceManager.GetString("DidNotCompleteSuccessfully", resourceCulture); } } /// /// Looks up a localized string similar to DistinctAttribute: Comparer {0} is not defined.. /// internal static string DistinctAttributeComparerNotDefined { get { return ResourceManager.GetString("DistinctAttributeComparerNotDefined", resourceCulture); } } /// /// Looks up a localized string similar to Internal Error: The Distinct operator can only take at most 2 arguments.. /// internal static string DistinctOnlyTakesTwoArgs { get { return ResourceManager.GetString("DistinctOnlyTakesTwoArgs", resourceCulture); } } /// /// Looks up a localized string similar to DryadLINQ requires the DRYAD_HOME environment variable to be set to the Dryad binary folder.. /// internal static string DryadHomeMustBeSpecified { get { return ResourceManager.GetString("DryadHomeMustBeSpecified", resourceCulture); } } /// /// Looks up a localized string similar to DSC fileset error: {0}.. /// internal static string DSCStreamError { get { return ResourceManager.GetString("DSCStreamError", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Cannot have dynamic manager of type {0}.. /// internal static string DynamicManagerType { get { return ResourceManager.GetString("DynamicManagerType", resourceCulture); } } /// /// Looks up a localized string similar to Read failure: End of stream encountered while reading {0}. Data may be corrupt or does not match the file set compression scheme.. /// internal static string EndOfStreamEncountered { get { return ResourceManager.GetString("EndOfStreamEncountered", resourceCulture); } } /// /// Looks up a localized string similar to Error reading metadata.. /// internal static string ErrorReadingMetadata { get { return ResourceManager.GetString("ErrorReadingMetadata", resourceCulture); } } /// /// Looks up a localized string similar to Error writing metadata.. /// internal static string ErrorWritingMetadata { get { return ResourceManager.GetString("ErrorWritingMetadata", resourceCulture); } } /// /// Looks up a localized string similar to The expression must be a method call: [{0}].. /// internal static string ExpressionMustBeMethodCall { get { return ResourceManager.GetString("ExpressionMustBeMethodCall", resourceCulture); } } /// /// Looks up a localized string similar to {0} cannot handle expression of type {1}.. /// internal static string ExpressionTypeNotHandled { get { return ResourceManager.GetString("ExpressionTypeNotHandled", resourceCulture); } } /// /// Looks up a localized string similar to Failed to allocate a new native data block of size {0}.. /// internal static string FailedToAllocateNewNativeBuffer { get { return ResourceManager.GetString("FailedToAllocateNewNativeBuffer", resourceCulture); } } /// /// Looks up a localized string similar to Failed to build {0}. See the client side log ({1}) for compilation error messages.. /// internal static string FailedToBuild { get { return ResourceManager.GetString("FailedToBuild", resourceCulture); } } /// /// Looks up a localized string similar to Failed to create DSC fileset: {0}.. /// internal static string FailedToCreateStream { get { return ResourceManager.GetString("FailedToCreateStream", resourceCulture); } } /// /// Looks up a localized string similar to Failed to deserialize object from object store.. /// internal static string FailedToDeserialize { get { return ResourceManager.GetString("FailedToDeserialize", resourceCulture); } } /// /// Looks up a localized string similar to Failed to get read paths for DSC fileset {0}.. /// internal static string FailedToGetReadPathsForStream { get { return ResourceManager.GetString("FailedToGetReadPathsForStream", resourceCulture); } } /// /// Looks up a localized string similar to Failed to get stream properties for file set {0}.. /// internal static string FailedToGetStreamProps { get { return ResourceManager.GetString("FailedToGetStreamProps", resourceCulture); } } /// /// Looks up a localized string similar to Native channel failed to read from input channel at port {0}. Win32 error = {1}.. /// internal static string FailedToReadFromInputChannel { get { return ResourceManager.GetString("FailedToReadFromInputChannel", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Failed to remove the Merge node.. /// internal static string FailedToRemoveMergeNode { get { return ResourceManager.GetString("FailedToRemoveMergeNode", resourceCulture); } } /// /// Looks up a localized string similar to Native channel failed to write to output channel at port {0}.. /// internal static string FailedToWriteToOutputChannel { get { return ResourceManager.GetString("FailedToWriteToOutputChannel", resourceCulture); } } /// /// Looks up a localized string similar to Failure in Distinct.. /// internal static string FailureInDistinct { get { return ResourceManager.GetString("FailureInDistinct", resourceCulture); } } /// /// Looks up a localized string similar to Failure during Except.. /// internal static string FailureInExcept { get { return ResourceManager.GetString("FailureInExcept", resourceCulture); } } /// /// Looks up a localized string similar to Failure in hash based GroupBy.. /// internal static string FailureInHashGroupBy { get { return ResourceManager.GetString("FailureInHashGroupBy", resourceCulture); } } /// /// Looks up a localized string similar to Failure in hash based GroupJoin.. /// internal static string FailureInHashGroupJoin { get { return ResourceManager.GetString("FailureInHashGroupJoin", resourceCulture); } } /// /// Looks up a localized string similar to Failure in hash based Join.. /// internal static string FailureInHashJoin { get { return ResourceManager.GetString("FailureInHashJoin", resourceCulture); } } /// /// Looks up a localized string similar to Failure during Intersect.. /// internal static string FailureInIntersect { get { return ResourceManager.GetString("FailureInIntersect", resourceCulture); } } /// /// Looks up a localized string similar to Failure in {0}.. /// internal static string FailureInOperator { get { return ResourceManager.GetString("FailureInOperator", resourceCulture); } } /// /// Looks up a localized string similar to Failure in ordered GroupBy.. /// internal static string FailureInOrderedGroupBy { get { return ResourceManager.GetString("FailureInOrderedGroupBy", resourceCulture); } } /// /// Looks up a localized string similar to Failure during sorting.. /// internal static string FailureInSort { get { return ResourceManager.GetString("FailureInSort", resourceCulture); } } /// /// Looks up a localized string similar to Failure in sort based GroupBy.. /// internal static string FailureInSortGroupBy { get { return ResourceManager.GetString("FailureInSortGroupBy", resourceCulture); } } /// /// Looks up a localized string similar to Apply: Failure in user-defined function.. /// internal static string FailureInUserApplyFunction { get { return ResourceManager.GetString("FailureInUserApplyFunction", resourceCulture); } } /// /// Looks up a localized string similar to Could not open FileSet and/or read its properties.. /// internal static string FileSetCouldNotBeOpened { get { return ResourceManager.GetString("FileSetCouldNotBeOpened", resourceCulture); } } /// /// Looks up a localized string similar to FileSet must be sealed before calling FromDsc().. /// internal static string FileSetMustBeSealed { get { return ResourceManager.GetString("FileSetMustBeSealed", resourceCulture); } } /// /// Looks up a localized string similar to FileSet must have at least one file.. /// internal static string FileSetMustHaveAtLeastOneFile { get { return ResourceManager.GetString("FileSetMustHaveAtLeastOneFile", resourceCulture); } } /// /// Looks up a localized string similar to Fingerprint was disabled.. /// internal static string FingerprintDisabled { get { return ResourceManager.GetString("FingerprintDisabled", resourceCulture); } } /// /// Looks up a localized string similar to First: No elements.. /// internal static string FirstNoElementsFirst { get { return ResourceManager.GetString("FirstNoElementsFirst", resourceCulture); } } /// /// Looks up a localized string similar to Error serializing object store. See inner exception.. /// internal static string GeneralSerializeFailure { get { return ResourceManager.GetString("GeneralSerializeFailure", resourceCulture); } } /// /// Looks up a localized string similar to Error returned from GetFileSizeEx: {0}.. /// internal static string GetFileSizeError { get { return ResourceManager.GetString("GetFileSizeError", resourceCulture); } } /// /// Looks up a localized string similar to GetFP() is not implemented for this stream type.. /// internal static string GetFPNotSupported { get { return ResourceManager.GetString("GetFPNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to GetURI() is not implemented for this stream type.. /// internal static string GetURINotSupported { get { return ResourceManager.GetString("GetURINotSupported", resourceCulture); } } /// /// Looks up a localized string similar to All inputs to homomorphic apply must have same number of input partitions. /// internal static string HomomorphicApplyNeedsSamePartitionCount { get { return ResourceManager.GetString("HomomorphicApplyNeedsSamePartitionCount", resourceCulture); } } /// /// Looks up a localized string similar to JobMinNodes must be greater than 1.. /// internal static string HpcLinqJobMinMustBe2OrMore { get { return ResourceManager.GetString("HpcLinqJobMinMustBe2OrMore", resourceCulture); } } /// /// Looks up a localized string similar to The collection is read-only.. /// internal static string HpcLinqStringDictionaryReadonly { get { return ResourceManager.GetString("HpcLinqStringDictionaryReadonly", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Illegal type of dynamic manager in dynamic node. /// internal static string IllegalDynamicManagerType { get { return ResourceManager.GetString("IllegalDynamicManagerType", resourceCulture); } } /// /// Looks up a localized string similar to The URI is not well formed: {0}. /// internal static string IllFormedUri { get { return ResourceManager.GetString("IllFormedUri", resourceCulture); } } /// /// Looks up a localized string similar to The arguments in the table URI are not well formed.. /// internal static string IllFormedUriArguments { get { return ResourceManager.GetString("IllFormedUriArguments", resourceCulture); } } /// /// Looks up a localized string similar to Index out of range.. /// internal static string IndexOutOfRange { get { return ResourceManager.GetString("IndexOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Index overflowed range of Int32.. /// internal static string IndexTooSmall { get { return ResourceManager.GetString("IndexTooSmall", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: InputArity must equal Children.Length.. /// internal static string InputArityMustEqualChildren { get { return ResourceManager.GetString("InputArityMustEqualChildren", resourceCulture); } } /// /// Looks up a localized string similar to The input expression must be a LINQ to HPC source.. /// internal static string InputMustBeHpcLinqSource { get { return ResourceManager.GetString("InputMustBeHpcLinqSource", resourceCulture); } } /// /// Looks up a localized string similar to Input data type cannot be an anonymous type.. /// internal static string InputTypeCannotBeAnonymous { get { return ResourceManager.GetString("InputTypeCannotBeAnonymous", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Can't be used for value type.. /// internal static string Internal_CannotBeUsedForValueType { get { return ResourceManager.GetString("Internal_CannotBeUsedForValueType", resourceCulture); } } /// /// Looks up a localized string similar to The arguments 'partitionKeys' and 'isDescending' are inconsistent.. /// internal static string IsDescendingIsInconsistent { get { return ResourceManager.GetString("IsDescendingIsInconsistent", resourceCulture); } } /// /// Looks up a localized string similar to JobOption({0}, {1}) not implemented.. /// internal static string JobOptionNotImplemented { get { return ResourceManager.GetString("JobOptionNotImplemented", resourceCulture); } } /// /// Looks up a localized string similar to Repeated server error when querying job status.. /// internal static string JobStatusQueryError { get { return ResourceManager.GetString("JobStatusQueryError", resourceCulture); } } /// /// Looks up a localized string similar to The job to create this HpcLinqQuery(T) failed with error: {0}.. /// internal static string JobToCreateTableFailed { get { return ResourceManager.GetString("JobToCreateTableFailed", resourceCulture); } } /// /// Looks up a localized string similar to The job to create this HpcLinqQuery(T) was canceled by the user.. /// internal static string JobToCreateTableWasCanceled { get { return ResourceManager.GetString("JobToCreateTableWasCanceled", resourceCulture); } } /// /// Looks up a localized string similar to Key not found in collection.. /// internal static string KeyNotFound { get { return ResourceManager.GetString("KeyNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Last: No elements.. /// internal static string LastNoElements { get { return ResourceManager.GetString("LastNoElements", resourceCulture); } } /// /// Looks up a localized string similar to Max: No elements. /// internal static string MaxNoElements { get { return ResourceManager.GetString("MaxNoElements", resourceCulture); } } /// /// Looks up a localized string similar to RecordType does not match with file set metadata. Use FromDsc<T> with matching T, or an overload that supresses type-check. RecordType={0}, DscStream.recordType={1}.. /// internal static string MetadataRecordType { get { return ResourceManager.GetString("MetadataRecordType", resourceCulture); } } /// /// Looks up a localized string similar to Min: No elements. /// internal static string MinNoElements { get { return ResourceManager.GetString("MinNoElements", resourceCulture); } } /// /// Looks up a localized string similar to Failed to access file {0}, which is part of DSC stream {1}. If this file has other replicas, they were all attempted but could not be accessed either.. /// internal static string MultiBlockCannotAccesFilePath { get { return ResourceManager.GetString("MultiBlockCannotAccesFilePath", resourceCulture); } } /// /// Looks up a localized string similar to The partition list of the table was empty.. /// internal static string MultiBlockEmptyPartitionList { get { return ResourceManager.GetString("MultiBlockEmptyPartitionList", resourceCulture); } } /// /// Looks up a localized string similar to Multiple query outputs are targeted to the same DSC fileset name {0}. /// internal static string MultipleOutputsWithSameDscUri { get { return ResourceManager.GetString("MultipleOutputsWithSameDscUri", resourceCulture); } } /// /// Looks up a localized string similar to Key out of range.. /// internal static string MultiQueryableKeyOutOfRange { get { return ResourceManager.GetString("MultiQueryableKeyOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Must specify the file name for the output assembly.. /// internal static string MustSpecifyOutputAssemblyFileName { get { return ResourceManager.GetString("MustSpecifyOutputAssemblyFileName", resourceCulture); } } /// /// Looks up a localized string similar to The query must be created from a HpcLinqContext object and only use LINQ to HPC operators.. /// internal static string MustStartFromContext { get { return ResourceManager.GetString("MustStartFromContext", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Negative length in memcopy.. /// internal static string NegativeLengthInMemcopy { get { return ResourceManager.GetString("NegativeLengthInMemcopy", resourceCulture); } } /// /// Looks up a localized string similar to sources[{0}] is not a LINQ to HPC query. A LINQ to HPC IQueryable should be created via an HpcLinqContext object and use only LINQ to HPC operators.. /// internal static string NotAHpcLinqQuery { get { return ResourceManager.GetString("NotAHpcLinqQuery", resourceCulture); } } /// /// Looks up a localized string similar to KeySelector function must be non-null.. /// internal static string NullKeySelector { get { return ResourceManager.GetString("NullKeySelector", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: The result and element selectors must be non-null. /// internal static string NullSelector { get { return ResourceManager.GetString("NullSelector", resourceCulture); } } /// /// Looks up a localized string similar to Fork: The number of keys must match the number of output ports.. /// internal static string NumberOfKeysMustEqualNumOutputPorts { get { return ResourceManager.GetString("NumberOfKeysMustEqualNumOutputPorts", resourceCulture); } } /// /// Looks up a localized string similar to The number of keys must be equal to PartitionCount-1.. /// internal static string NumKeys { get { return ResourceManager.GetString("NumKeys", resourceCulture); } } /// /// Looks up a localized string similar to Property only available for physical data.. /// internal static string OnlyAvailableForPhysicalData { get { return ResourceManager.GetString("OnlyAvailableForPhysicalData", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: OpenForWrite called when fs was not null.. /// internal static string OpenForWriteError { get { return ResourceManager.GetString("OpenForWriteError", resourceCulture); } } /// /// Looks up a localized string similar to The operator '{0}' encountered in expression isn't a valid LINQ to HPC operator.. /// internal static string OperatorNotSupported { get { return ResourceManager.GetString("OperatorNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Output data type cannot be an anonymous type.. /// internal static string OutputTypeCannotBeAnonymous { get { return ResourceManager.GetString("OutputTypeCannotBeAnonymous", resourceCulture); } } /// /// Looks up a localized string similar to The output DSC fileset name {0} is also used as the query source or as one of the referenced data sources.. /// internal static string OutputUriAlsoQueryInput { get { return ResourceManager.GetString("OutputUriAlsoQueryInput", resourceCulture); } } /// /// Looks up a localized string similar to The partition count must be greater than 0.. /// internal static string PartitionCountMustBePositive { get { return ResourceManager.GetString("PartitionCountMustBePositive", resourceCulture); } } /// /// Looks up a localized string similar to The return value of partitionFunc exceeded the number of ports.. /// internal static string PartitionFuncReturnValueExceedsNumPorts { get { return ResourceManager.GetString("PartitionFuncReturnValueExceedsNumPorts", resourceCulture); } } /// /// Looks up a localized string similar to The provided range-partition keys are not consistenly ascending or descending.. /// internal static string PartitionKeysAreNotConsistentlyOrdered { get { return ResourceManager.GetString("PartitionKeysAreNotConsistentlyOrdered", resourceCulture); } } /// /// Looks up a localized string similar to The partition keys are not provided.. /// internal static string PartitionKeysNotProvided { get { return ResourceManager.GetString("PartitionKeysNotProvided", resourceCulture); } } /// /// Looks up a localized string similar to Each partition needs at least {0} records for this sliding window computation.. /// internal static string PartitionTooSmallForSlidingWindow { get { return ResourceManager.GetString("PartitionTooSmallForSlidingWindow", resourceCulture); } } /// /// Looks up a localized string similar to Position is not supported.. /// internal static string PositionNotSupported { get { return ResourceManager.GetString("PositionNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Prefix {0} has already been used for another provider.. /// internal static string PrefixAlreadyUsedForOtherProvider { get { return ResourceManager.GetString("PrefixAlreadyUsedForOtherProvider", resourceCulture); } } /// /// Looks up a localized string similar to RangePartition: partition keys and output channels mismatch. There were {0} keys and {1} channels.. /// internal static string RangePartitionInputOutputMismatch { get { return ResourceManager.GetString("RangePartitionInputOutputMismatch", resourceCulture); } } /// /// Looks up a localized string similar to RangePartition: partition keys are missing.. /// internal static string RangePartitionKeysMissing { get { return ResourceManager.GetString("RangePartitionKeysMissing", resourceCulture); } } /// /// Looks up a localized string similar to Native channel error while reading from file. Win32 error code = {0}.. /// internal static string ReadFileError { get { return ResourceManager.GetString("ReadFileError", resourceCulture); } } /// /// Looks up a localized string similar to Read is not supported.. /// internal static string ReadNotAllowed { get { return ResourceManager.GetString("ReadNotAllowed", resourceCulture); } } /// /// Looks up a localized string similar to ReadWrite access is not supported.. /// internal static string ReadWriteNotSupported { get { return ResourceManager.GetString("ReadWriteNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to The maximum record size is 2GB.. /// internal static string RecordSizeMax2GB { get { return ResourceManager.GetString("RecordSizeMax2GB", resourceCulture); } } /// /// Looks up a localized string similar to A query instance appears more than once in 'sources'. A query instance should be submitted at most once. To submit a query more than once, create a new IQueryable<> instance.. /// internal static string SameQuerySubmittedMultipleTimesInMaterialize { get { return ResourceManager.GetString("SameQuerySubmittedMultipleTimesInMaterialize", resourceCulture); } } /// /// Looks up a localized string similar to Seek is not supported.. /// internal static string SeekNotSupported { get { return ResourceManager.GetString("SeekNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to SequenceEqual() is not supported.. /// internal static string SequenceEqualNotSupported { get { return ResourceManager.GetString("SequenceEqualNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to CustomHpcSerializer attribute for type {0} does not define a SerializerType.. /// internal static string SerializerTypeMustBeNonNull { get { return ResourceManager.GetString("SerializerTypeMustBeNonNull", resourceCulture); } } /// /// Looks up a localized string similar to Type {0} referred to by CustomHpcSerializer attribute must implement IHpcSerializer({1}).. /// internal static string SerializerTypeMustSupportIHpcSerializer { get { return ResourceManager.GetString("SerializerTypeMustSupportIHpcSerializer", resourceCulture); } } /// /// Looks up a localized string similar to SetCalcFP() is not implemented for this stream type.. /// internal static string SetCalcFPNotSupported { get { return ResourceManager.GetString("SetCalcFPNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to SetLength is not supported.. /// internal static string SetLengthNotSupported { get { return ResourceManager.GetString("SetLengthNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Position_Set is not supported.. /// internal static string SettingPositionNotSupported { get { return ResourceManager.GetString("SettingPositionNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: should not create vertex code for Concat.. /// internal static string ShouldNotCreateCodeForConcat { get { return ResourceManager.GetString("ShouldNotCreateCodeForConcat", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: should not create vertex code for a dummy node.. /// internal static string ShouldNotCreateCodeForDummyNode { get { return ResourceManager.GetString("ShouldNotCreateCodeForDummyNode", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: should not create vertex code for input.. /// internal static string ShouldNotCreateCodeForInput { get { return ResourceManager.GetString("ShouldNotCreateCodeForInput", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: should not create vertex code for output.. /// internal static string ShouldNotCreateCodeForOutput { get { return ResourceManager.GetString("ShouldNotCreateCodeForOutput", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: should not create vertex code for Tee.. /// internal static string ShouldNotCreateCodeForTee { get { return ResourceManager.GetString("ShouldNotCreateCodeForTee", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Should never call Reset(). /// internal static string ShouldNototCallReset { get { return ResourceManager.GetString("ShouldNototCallReset", resourceCulture); } } /// /// Looks up a localized string similar to Single: More than one element.. /// internal static string SingleMoreThanOneElement { get { return ResourceManager.GetString("SingleMoreThanOneElement", resourceCulture); } } /// /// Looks up a localized string similar to Single: No elements.. /// internal static string SingleNoElements { get { return ResourceManager.GetString("SingleNoElements", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Sorted chunk cannot be empty.. /// internal static string SortedChunkCannotBeEmpty { get { return ResourceManager.GetString("SortedChunkCannotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: source must be DryadVertexReader.. /// internal static string SourceMustBeDryadVertexReader { get { return ResourceManager.GetString("SourceMustBeDryadVertexReader", resourceCulture); } } /// /// Looks up a localized string similar to Source is not ordered.. /// internal static string SourceNotOrdered { get { return ResourceManager.GetString("SourceNotOrdered", resourceCulture); } } /// /// Looks up a localized string similar to The source for mergesort must be of type IMultiEnumerable.. /// internal static string SourceOfMergesortMustBeMultiEnumerable { get { return ResourceManager.GetString("SourceOfMergesortMustBeMultiEnumerable", resourceCulture); } } /// /// Looks up a localized string similar to DSC fileset already exists: {0}.. /// internal static string StreamAlreadyExists { get { return ResourceManager.GetString("StreamAlreadyExists", resourceCulture); } } /// /// Looks up a localized string similar to The DSC fileset {0} doesn't exist.. /// internal static string StreamDoesNotExist { get { return ResourceManager.GetString("StreamDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Error submitting job to {0}. Refer to inner exception for more detail.. /// internal static string SubmissionFailure { get { return ResourceManager.GetString("SubmissionFailure", resourceCulture); } } /// /// Looks up a localized string similar to Only DSC URIs are supported.. /// internal static string TargetMustBeDscUri { get { return ResourceManager.GetString("TargetMustBeDscUri", resourceCulture); } } /// /// Looks up a localized string similar to ThenBy is not supported.. /// internal static string ThenByNotSupported { get { return ResourceManager.GetString("ThenByNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Queries ending in ToDsc() cannot be followed by operators other than Submit().. /// internal static string ToDscUsedIncorrectly { get { return ResourceManager.GetString("ToDscUsedIncorrectly", resourceCulture); } } /// /// Looks up a localized string similar to Queries ending in ToHdfs() cannot be followed by operators other than Submit().. /// internal static string ToHdfsUsedIncorrectly { get { return ResourceManager.GetString("ToHdfsUsedIncorrectly", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Too many elements before reduction.. /// internal static string TooManyElementsBeforeReduction { get { return ResourceManager.GetString("TooManyElementsBeforeReduction", resourceCulture); } } /// /// Looks up a localized string similar to A method should not be tagged with both HomomorphicAttribute and LeftHomomorphicAttribute.. /// internal static string TooManyHomomorphicAttributes { get { return ResourceManager.GetString("TooManyHomomorphicAttributes", resourceCulture); } } /// /// Looks up a localized string similar to Too many items in collection.. /// internal static string TooManyItems { get { return ResourceManager.GetString("TooManyItems", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: {0} doesn't contain field/property {1}. /// internal static string TypeDoesNotContainMember { get { return ResourceManager.GetString("TypeDoesNotContainMember", resourceCulture); } } /// /// Looks up a localized string similar to The type {0} does not contain a field named {1}. /// internal static string TypeDoesNotContainRequestedField { get { return ResourceManager.GetString("TypeDoesNotContainRequestedField", resourceCulture); } } /// /// Looks up a localized string similar to Auto-serialized types must have at least one data member. Type={0}.. /// internal static string TypeMustHaveDataMembers { get { return ResourceManager.GetString("TypeMustHaveDataMembers", resourceCulture); } } /// /// Looks up a localized string similar to Cannot auto-serialize a type containing pointers. Type = {0}. . /// internal static string TypeNotSerializable { get { return ResourceManager.GetString("TypeNotSerializable", resourceCulture); } } /// /// Looks up a localized string similar to Cannot auto-serialize a type that is not public. Type = {0}.. /// internal static string TypeRequiredToBePublic { get { return ResourceManager.GetString("TypeRequiredToBePublic", resourceCulture); } } /// /// Looks up a localized string similar to Auto-serialization is not supported for type with private field. Type = {0}.. /// internal static string UDTHasFieldOfNonPublicType { get { return ResourceManager.GetString("UDTHasFieldOfNonPublicType", resourceCulture); } } /// /// Looks up a localized string similar to Auto-serialization is not supported for delegate type. Type = {0}.. /// internal static string UDTIsDelegateType { get { return ResourceManager.GetString("UDTIsDelegateType", resourceCulture); } } /// /// Looks up a localized string similar to Auto-serialization is not supported for type that is an abstract type or has generic arguments which are abstract types. Type = {0}.. /// internal static string UDTMustBeConcreteType { get { return ResourceManager.GetString("UDTMustBeConcreteType", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected job status: {0}.. /// internal static string UnexpectedJobStatus { get { return ResourceManager.GetString("UnexpectedJobStatus", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: LINQ to HPC query expression cannot be handled : {0}.. /// internal static string UnhandledQuery { get { return ResourceManager.GetString("UnhandledQuery", resourceCulture); } } /// /// Looks up a localized string similar to Unknown channel kind: {0}.. /// internal static string UnknownChannelType { get { return ResourceManager.GetString("UnknownChannelType", resourceCulture); } } /// /// Looks up a localized string similar to Unknown channel of type: {0}.. /// internal static string UnknownChannelType2 { get { return ResourceManager.GetString("UnknownChannelType2", resourceCulture); } } /// /// Looks up a localized string similar to Unknown compression scheme.. /// internal static string UnknownCompressionScheme { get { return ResourceManager.GetString("UnknownCompressionScheme", resourceCulture); } } /// /// Looks up a localized string similar to Unknown connection type: {0}.. /// internal static string UnknownConnectionType { get { return ResourceManager.GetString("UnknownConnectionType", resourceCulture); } } /// /// Looks up a localized string similar to Unknown method in expression to summarize: {0}.. /// internal static string UnknownMethodInExpression { get { return ResourceManager.GetString("UnknownMethodInExpression", resourceCulture); } } /// /// Looks up a localized string similar to Provider {0} is unknown. Register it using DataProvider.Register.. /// internal static string UnknownProvier { get { return ResourceManager.GetString("UnknownProvier", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: This parameter expression didn't have a name.. /// internal static string UnnamedParameterExpression { get { return ResourceManager.GetString("UnnamedParameterExpression", resourceCulture); } } /// /// Looks up a localized string similar to Unrecognized data source: {0}.. /// internal static string UnrecognizedDataSource { get { return ResourceManager.GetString("UnrecognizedDataSource", resourceCulture); } } /// /// Looks up a localized string similar to Unrecognized operator name: {0}.. /// internal static string UnrecognizedOperatorName { get { return ResourceManager.GetString("UnrecognizedOperatorName", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected execution kind.. /// internal static string UnsupportedExecutionKind { get { return ResourceManager.GetString("UnsupportedExecutionKind", resourceCulture); } } /// /// Looks up a localized string similar to Expression of type {0} is not supported.. /// internal static string UnsupportedExpressionsType { get { return ResourceManager.GetString("UnsupportedExpressionsType", resourceCulture); } } /// /// Looks up a localized string similar to Expression of type {0} is not supported for expression-summarization.. /// internal static string UnsupportedExpressionType { get { return ResourceManager.GetString("UnsupportedExpressionType", resourceCulture); } } /// /// Looks up a localized string similar to Scheduler type not supported: {0}.. /// internal static string UnsupportedSchedulerType { get { return ResourceManager.GetString("UnsupportedSchedulerType", resourceCulture); } } /// /// Looks up a localized string similar to The non-generic methods CreateQuery() and Execute() are not supported. Use CreateQuery<T>() and Execute<T>() instead.. /// internal static string UntypedProviderMethodsNotSupported { get { return ResourceManager.GetString("UntypedProviderMethodsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to VertexBridge arguments are malformed. argsString={0}. /// internal static string VertexBridgeBadArgs { get { return ResourceManager.GetString("VertexBridgeBadArgs", resourceCulture); } } /// /// Looks up a localized string similar to The window size must be greater than 1.. /// internal static string WindowSizeMustyBeGTOne { get { return ResourceManager.GetString("WindowSizeMustyBeGTOne", resourceCulture); } } /// /// Looks up a localized string similar to WriteByte is not supported.. /// internal static string WriteByteNotSupported { get { return ResourceManager.GetString("WriteByteNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Error returned from WriteFile: {0}.. /// internal static string WriteFileError { get { return ResourceManager.GetString("WriteFileError", resourceCulture); } } /// /// Looks up a localized string similar to Write is not supported.. /// internal static string WriteNotSupported { get { return ResourceManager.GetString("WriteNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: Wrong combination of flags.. /// internal static string WrongFlagCombination { get { return ResourceManager.GetString("WrongFlagCombination", resourceCulture); } } } }