Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady
An ExpectationEvaluation records one open or closed window for an Expectation.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as filescom from "pulumi-filescom";
const exampleExpectationEvaluation = filescom.getExpectationEvaluation({
id: 1,
});
import pulumi
import pulumi_filescom as filescom
example_expectation_evaluation = filescom.get_expectation_evaluation(id=1)
package main
import (
"github.com/jschady/pulumi-filescom/sdk/go/filescom"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := filescom.GetExpectationEvaluation(ctx, &filescom.GetExpectationEvaluationArgs{
Id: 1,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Filescom = Jschady.Filescom;
return await Deployment.RunAsync(() =>
{
var exampleExpectationEvaluation = Filescom.GetExpectationEvaluation.Invoke(new()
{
Id = 1,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.filescom.FilescomFunctions;
import com.pulumi.filescom.inputs.GetExpectationEvaluationArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleExpectationEvaluation = FilescomFunctions.getExpectationEvaluation(GetExpectationEvaluationArgs.builder()
.id(1)
.build());
}
}
variables:
exampleExpectationEvaluation:
fn::invoke:
function: filescom:getExpectationEvaluation
arguments:
id: 1
pulumi {
required_providers {
filescom = {
source = "pulumi/filescom"
}
}
}
data "filescom_getexpectationevaluation" "exampleExpectationEvaluation" {
id = 1
}
Using getExpectationEvaluation
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExpectationEvaluation(args: GetExpectationEvaluationArgs, opts?: InvokeOptions): Promise<GetExpectationEvaluationResult>
function getExpectationEvaluationOutput(args: GetExpectationEvaluationOutputArgs, opts?: InvokeOutputOptions): Output<GetExpectationEvaluationResult>def get_expectation_evaluation(id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetExpectationEvaluationResult
def get_expectation_evaluation_output(id: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetExpectationEvaluationResult]func GetExpectationEvaluation(ctx *Context, args *GetExpectationEvaluationArgs, opts ...InvokeOption) (*GetExpectationEvaluationResult, error)
func GetExpectationEvaluationOutput(ctx *Context, args *GetExpectationEvaluationOutputArgs, opts ...InvokeOption) GetExpectationEvaluationResultOutput> Note: This function is named GetExpectationEvaluation in the Go SDK.
public static class GetExpectationEvaluation
{
public static Task<GetExpectationEvaluationResult> InvokeAsync(GetExpectationEvaluationArgs args, InvokeOptions? opts = null)
public static Output<GetExpectationEvaluationResult> Invoke(GetExpectationEvaluationInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetExpectationEvaluationResult> Invoke(GetExpectationEvaluationInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetExpectationEvaluationResult> getExpectationEvaluation(GetExpectationEvaluationArgs args, InvokeOptions options)
public static Output<GetExpectationEvaluationResult> getExpectationEvaluation(GetExpectationEvaluationArgs args, InvokeOptions options)
public static Output<GetExpectationEvaluationResult> getExpectationEvaluation(GetExpectationEvaluationArgs args, InvokeOutputOptions options)
fn::invoke:
function: filescom:index/getExpectationEvaluation:getExpectationEvaluation
arguments:
# arguments dictionarydata "filescom_get_expectation_evaluation" "name" {
# arguments
}The following arguments are supported:
- Id int
- ExpectationEvaluation ID
- Id int
- ExpectationEvaluation ID
- id number
- ExpectationEvaluation ID
- id Integer
- ExpectationEvaluation ID
- id number
- ExpectationEvaluation ID
- id int
- ExpectationEvaluation ID
- id Number
- ExpectationEvaluation ID
getExpectationEvaluation Result
The following output properties are available:
- Closed
At string - When the evaluation row was finalized.
- Created
At string - Creation time.
- Criteria
Errors List<string> - Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
- Deadline
At string - Logical due boundary for schedule-driven windows.
- Expectation
Id int - Expectation ID.
- Hard
Close stringAt - Hard stop after which the window may not remain open.
- Id int
- ExpectationEvaluation ID
- Late
Acceptance stringCutoff At - Logical cutoff for late acceptance, when present.
- Matched
Files object - Captured evidence for files that matched the window.
- Missing
Files object - Captured evidence for required files that were missing.
- Opened
At string - When the evaluation row was opened.
- Opened
Via string - How the evaluation window was opened.
- Status string
- Evaluation status.
- Summary object
- Compact evaluator summary payload.
- Updated
At string - Last update time.
- Window
End stringAt - Actual candidate cutoff boundary for the window.
- Window
Start stringAt - Logical start of the candidate window.
- Workspace
Id int - Workspace ID.
0means the default workspace.
- Closed
At string - When the evaluation row was finalized.
- Created
At string - Creation time.
- Criteria
Errors []string - Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
- Deadline
At string - Logical due boundary for schedule-driven windows.
- Expectation
Id int - Expectation ID.
- Hard
Close stringAt - Hard stop after which the window may not remain open.
- Id int
- ExpectationEvaluation ID
- Late
Acceptance stringCutoff At - Logical cutoff for late acceptance, when present.
- Matched
Files interface{} - Captured evidence for files that matched the window.
- Missing
Files interface{} - Captured evidence for required files that were missing.
- Opened
At string - When the evaluation row was opened.
- Opened
Via string - How the evaluation window was opened.
- Status string
- Evaluation status.
- Summary interface{}
- Compact evaluator summary payload.
- Updated
At string - Last update time.
- Window
End stringAt - Actual candidate cutoff boundary for the window.
- Window
Start stringAt - Logical start of the candidate window.
- Workspace
Id int - Workspace ID.
0means the default workspace.
- closed_
at string - When the evaluation row was finalized.
- created_
at string - Creation time.
- criteria_
errors list(string) - Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
- deadline_
at string - Logical due boundary for schedule-driven windows.
- expectation_
id number - Expectation ID.
- hard_
close_ stringat - Hard stop after which the window may not remain open.
- id number
- ExpectationEvaluation ID
- late_
acceptance_ stringcutoff_ at - Logical cutoff for late acceptance, when present.
- matched_
files any - Captured evidence for files that matched the window.
- missing_
files any - Captured evidence for required files that were missing.
- opened_
at string - When the evaluation row was opened.
- opened_
via string - How the evaluation window was opened.
- status string
- Evaluation status.
- summary any
- Compact evaluator summary payload.
- updated_
at string - Last update time.
- window_
end_ stringat - Actual candidate cutoff boundary for the window.
- window_
start_ stringat - Logical start of the candidate window.
- workspace_
id number - Workspace ID.
0means the default workspace.
- closed
At String - When the evaluation row was finalized.
- created
At String - Creation time.
- criteria
Errors List<String> - Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
- deadline
At String - Logical due boundary for schedule-driven windows.
- expectation
Id Integer - Expectation ID.
- hard
Close StringAt - Hard stop after which the window may not remain open.
- id Integer
- ExpectationEvaluation ID
- late
Acceptance StringCutoff At - Logical cutoff for late acceptance, when present.
- matched
Files Object - Captured evidence for files that matched the window.
- missing
Files Object - Captured evidence for required files that were missing.
- opened
At String - When the evaluation row was opened.
- opened
Via String - How the evaluation window was opened.
- status String
- Evaluation status.
- summary Object
- Compact evaluator summary payload.
- updated
At String - Last update time.
- window
End StringAt - Actual candidate cutoff boundary for the window.
- window
Start StringAt - Logical start of the candidate window.
- workspace
Id Integer - Workspace ID.
0means the default workspace.
- closed
At string - When the evaluation row was finalized.
- created
At string - Creation time.
- criteria
Errors string[] - Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
- deadline
At string - Logical due boundary for schedule-driven windows.
- expectation
Id number - Expectation ID.
- hard
Close stringAt - Hard stop after which the window may not remain open.
- id number
- ExpectationEvaluation ID
- late
Acceptance stringCutoff At - Logical cutoff for late acceptance, when present.
- matched
Files any - Captured evidence for files that matched the window.
- missing
Files any - Captured evidence for required files that were missing.
- opened
At string - When the evaluation row was opened.
- opened
Via string - How the evaluation window was opened.
- status string
- Evaluation status.
- summary any
- Compact evaluator summary payload.
- updated
At string - Last update time.
- window
End stringAt - Actual candidate cutoff boundary for the window.
- window
Start stringAt - Logical start of the candidate window.
- workspace
Id number - Workspace ID.
0means the default workspace.
- closed_
at str - When the evaluation row was finalized.
- created_
at str - Creation time.
- criteria_
errors Sequence[str] - Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
- deadline_
at str - Logical due boundary for schedule-driven windows.
- expectation_
id int - Expectation ID.
- hard_
close_ strat - Hard stop after which the window may not remain open.
- id int
- ExpectationEvaluation ID
- late_
acceptance_ strcutoff_ at - Logical cutoff for late acceptance, when present.
- matched_
files Any - Captured evidence for files that matched the window.
- missing_
files Any - Captured evidence for required files that were missing.
- opened_
at str - When the evaluation row was opened.
- opened_
via str - How the evaluation window was opened.
- status str
- Evaluation status.
- summary Any
- Compact evaluator summary payload.
- updated_
at str - Last update time.
- window_
end_ strat - Actual candidate cutoff boundary for the window.
- window_
start_ strat - Logical start of the candidate window.
- workspace_
id int - Workspace ID.
0means the default workspace.
- closed
At String - When the evaluation row was finalized.
- created
At String - Creation time.
- criteria
Errors List<String> - Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
- deadline
At String - Logical due boundary for schedule-driven windows.
- expectation
Id Number - Expectation ID.
- hard
Close StringAt - Hard stop after which the window may not remain open.
- id Number
- ExpectationEvaluation ID
- late
Acceptance StringCutoff At - Logical cutoff for late acceptance, when present.
- matched
Files Any - Captured evidence for files that matched the window.
- missing
Files Any - Captured evidence for required files that were missing.
- opened
At String - When the evaluation row was opened.
- opened
Via String - How the evaluation window was opened.
- status String
- Evaluation status.
- summary Any
- Compact evaluator summary payload.
- updated
At String - Last update time.
- window
End StringAt - Actual candidate cutoff boundary for the window.
- window
Start StringAt - Logical start of the candidate window.
- workspace
Id Number - Workspace ID.
0means the default workspace.
Package Details
- Repository
- filescom jschady/pulumi-filescom
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
filescomTerraform Provider.
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady